/optee_test/ta/crypt/ |
A D | aes_impl.c | 706 int rijndaelSetupEncrypt(u32 *rk, const u8 *key, int keybits) in rijndaelSetupEncrypt() 786 int rijndaelSetupDecrypt(u32 *rk, const u8 *key, int keybits) in rijndaelSetupDecrypt()
|
A D | aes_taf.c | 11 const unsigned char key[KEYLENGTH(AES_256)] = { variable
|
A D | derive_key_taf.c | 22 uint8_t *key, uint16_t key_size, in derive_unique_key()
|
A D | cryp_taf.c | 82 TEE_ObjectHandle key = VAL2HANDLE(params[0].value.b); in ta_entry_set_operation_key() local 537 TEE_ObjectHandle key = VAL2HANDLE(params[0].value.b); in ta_entry_derive_key() local
|
/optee_test/host/xtest/ |
A D | regression_4000.c | 1108 const uint8_t *key; member 2378 const uint8_t *key; member 4138 TEE_ObjectHandle key, uint32_t key_size, in test_keygen_attributes() 4182 TEE_ObjectHandle key, uint32_t key_size) in test_secret_value() 4195 TEE_ObjectHandle key, uint32_t key_size) in test_rsa_key_pair() 4214 TEE_ObjectHandle key, uint32_t key_size) in test_ecc_key_pair() 4229 TEE_ObjectHandle key, uint32_t check_keysize) in test_dh_key_pair() 4245 TEE_ObjectHandle key, uint32_t key_size) in test_dsa_key_pair() 4265 TEE_ObjectHandle key = TEE_HANDLE_NULL; in generate_and_test_key() local 4961 TEE_ObjectHandle key = TEE_HANDLE_NULL; in xtest_tee_test_4011() local [all …]
|
A D | xtest_helpers.c | 232 TEE_ObjectHandle key) in ta_crypt_cmd_set_operation_key()
|
A D | pkcs11_1000.c | 1252 #define CKTEST_KEY_MECHA(key, mecha) { \ argument 1665 #define CKTEST_MAC_TEST(key, mecha, input_incr, input, output, incr) { \ argument 1677 #define CKTEST_CMAC_TEST(key, mecha, input_incr, input, output, incr) { \ argument 5660 CK_OBJECT_HANDLE key = CK_INVALID_HANDLE; in xtest_pkcs11_test_1020() local
|
/optee_test/host/openssl/include/openssl/ |
A D | hmac.h | 81 unsigned char key[HMAC_MAX_MD_CBLOCK]; member
|
A D | kssl.h | 150 krb5_octet FAR *key; member
|
A D | objects.h | 1090 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument 1097 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
|
A D | pem.h | 196 unsigned char *key; /* key */ member
|
A D | x509.h | 249 X509_PUBKEY *key; member
|
/optee_test/host/xtest/gp/include/ |
A D | xml_crypto_api.h | 911 struct crypto_buffer key; member 2977 EC_KEY *key = EC_KEY_new_by_curve_name(curve_to_nid(kv->curve)); in ecdsa_from_key_vals() local 3010 EC_KEY *key = ecdsa_from_key_vals(kv); in ecdsa_sign_digest() local 3043 EC_KEY *key = ecdsa_from_key_vals(kv); in ecdsa_verify_digest() local 3080 RSA *key = RSA_new(); in rsa_from_key_vals() local 3160 RSA *key = NULL; in rsa_sign_digest() local 3216 static bool rsa_verify_pss_digest(ADBG_Case_t *c, const EVP_MD *md, RSA *key, in rsa_verify_pss_digest() 3250 RSA *key = NULL; in rsa_verify_digest() local
|
/optee_test/ta/storage/ |
A D | storage.c | 407 TEE_ObjectHandle key = TEE_HANDLE_NULL; in ta_storage_cmd_key_in_persistent() local
|