/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_init.c | 20 int xts_start(int cipher, const unsigned char *key1, const unsigned char *key2, unsigned long keyle… in xts_start()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.c | 223 unsigned int block_count, const void *key2, in crypto_accel_aes_xts_enc() 238 unsigned int block_count, const void *key2, in crypto_accel_aes_xts_dec()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/ |
A D | cipher.c | 75 size_t key1_len, const uint8_t *key2, in cipher_init()
|
/optee_os-3.20.0/core/crypto/ |
A D | sm4-xts.c | 35 size_t key1_len, const uint8_t *key2, in sm4_xts_init()
|
A D | aes-cts.c | 51 size_t key1_len, const uint8_t *key2, in cts_init()
|
A D | crypto.c | 182 const uint8_t *key2, size_t key2_len, in crypto_cipher_init()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_cipher.h | 29 struct drvcrypt_buf key2; /* Second key */ member
|
/optee_os-3.20.0/core/drivers/crypto/caam/cipher/ |
A D | local.h | 52 struct caambuf key2; /* Second Key */ member
|
A D | caam_cipher.c | 396 struct drvcrypt_buf key2 = { in caam_cipher_copy_state() local
|
/optee_os-3.20.0/core/pta/tests/ |
A D | aes_perf.c | 57 const uint8_t *key2 = NULL; in init_ctx() local
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 21 TEE_ObjectHandle key2; member 600 TEE_ObjectHandle key1, TEE_ObjectHandle key2) in TEE_SetOperationKey2() 735 TEE_ObjectHandle key2 = TEE_HANDLE_NULL; in TEE_CopyOperation() local
|
/optee_os-3.20.0/core/drivers/imx/dcp/ |
A D | dcp.c | 274 uint8_t key2[DCP_AES128_KEY_SIZE] = { }; in dcp_cmac() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | aes.c | 717 const unsigned char **key2, in mbedtls_aes_xts_decode_keys() 743 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_enc() local 768 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_dec() local
|
A D | ssl_tls.c | 990 unsigned char *key2; in ssl_populate_transform() local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 51 vaddr_t key2; member 2595 unsigned long key1, unsigned long key2, in syscall_cryp_state_alloc() 3006 struct tee_cryp_obj_secret *key2 = o->attr; in syscall_cipher_init() local
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_attributes.c | 1498 struct obj_attrs *key2) in check_created_attrs()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 969 symmetric_key key1, key2; member
|