Searched defs:temp (Results 1 – 13 of 13) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | pkcs11_attributes.c | 218 struct obj_attrs *temp, in set_mandatory_boolprops() 235 struct obj_attrs *temp, in set_mandatory_attributes() 303 struct obj_attrs *temp, in set_attributes_opt_or_null() 312 struct obj_attrs *temp, in set_optional_attributes() 474 struct obj_attrs *temp) in create_storage_attributes() 539 struct obj_attrs *temp) in create_symm_key_attributes() 583 struct obj_attrs *temp) in create_data_attributes() 600 struct obj_attrs *temp) in create_certificate_attributes() 716 struct obj_attrs *temp, in create_pub_key_attributes() 790 struct obj_attrs *temp) in create_priv_key_attributes() [all …]
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | noekeon.c | 76 ulong32 temp; in noekeon_setup() local 117 ulong32 a,b,c,d,temp; in _noekeon_ecb_encrypt() local 171 ulong32 a,b,c,d, temp; in _noekeon_ecb_decrypt() local
|
A D | kasumi.c | 142 ulong32 left, right, temp; in kasumi_ecb_encrypt() local 169 ulong32 left, right, temp; in kasumi_ecb_decrypt() local
|
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/ |
A D | aes.c | 93 static ulong32 setup_mix(ulong32 temp) in setup_mix() 103 static ulong32 setup_mix2(ulong32 temp) in setup_mix2() 124 ulong32 temp, *rk; in SETUP() local
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | blowfish.c | 98 uint32_t Xl, Xr, temp; in blowfish_enc() local 127 uint32_t Xl, Xr, temp; in blowfish_dec() local 275 unsigned char temp[MBEDTLS_BLOWFISH_BLOCKSIZE]; in mbedtls_blowfish_crypt_cbc() local
|
A D | xtea.c | 142 unsigned char temp[8]; in mbedtls_xtea_crypt_cbc() local
|
A D | des.c | 668 unsigned char temp[8]; in mbedtls_des_crypt_cbc() local 767 unsigned char temp[8]; in mbedtls_des3_crypt_cbc() local
|
A D | sha1.c | 130 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member
|
A D | camellia.c | 575 unsigned char temp[16]; in mbedtls_camellia_crypt_cbc() local
|
A D | aria.c | 621 unsigned char temp[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_crypt_cbc() local
|
A D | aes.c | 1055 unsigned char temp[16]; in mbedtls_aes_crypt_cbc() local
|
/optee_os/core/crypto/ |
A D | sm4.c | 220 uint8_t temp[16]; in sm4_crypt_cbc() local 253 uint8_t temp[16]; in sm4_crypt_ctr() local
|
/optee_os/core/tee/ |
A D | tee_rpmb_fs.c | 2810 char temp; in rpmb_fs_dir_populate() local
|
Completed in 40 milliseconds