Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/arch/arm/crypto/
H A Daes_modes_armv8a_ce_a32.S23 .macro enc_dround, key1, key2
28 .macro dec_dround, key1, key2
45 .macro enc_dround_3x, key1, key2
54 .macro dec_dround_3x, key1, key2
H A Dsm4_armv8a_neon.c84 const void *key2, unsigned int len, void *iv) in crypto_accel_sm4_xts_enc()
96 const void *key2, unsigned int len, void *iv) in crypto_accel_sm4_xts_dec()
H A Dsm4_armv8a_ce.c84 const void *key2, unsigned int len, void *iv) in crypto_accel_sm4_xts_enc()
96 const void *key2, unsigned int len, void *iv) in crypto_accel_sm4_xts_dec()
H A Daes_armv8a_ce.c223 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/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_init.c20 int xts_start(int cipher, const unsigned char *key1, const unsigned char *key2, unsigned long keyle… in xts_start()
/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c74 size_t key1_len, const uint8_t *key2, in cipher_init()
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h29 struct drvcrypt_buf key2; /* Second key */ member
/optee_os/core/crypto/
H A Dsm4-xts.c35 size_t key1_len, const uint8_t *key2, in sm4_xts_init()
H A Daes-cts.c51 size_t key1_len, const uint8_t *key2, in cts_init()
H A Dcrypto.c199 const uint8_t *key2, size_t key2_len, in crypto_cipher_init()
/optee_os/core/drivers/crypto/caam/cipher/
H A Dlocal.h52 struct caambuf key2; /* Second Key */ member
/optee_os/core/pta/tests/
H A Daes_perf.c56 const uint8_t *key2 = NULL; in init_ctx() local
/optee_os/lib/libutee/
H A Dtee_api_operations.c22 TEE_ObjectHandle key2; member
684 TEE_ObjectHandle key2) in set_operation_key2()
805 TEE_ObjectHandle key2) in __GP11_TEE_SetOperationKey2()
815 TEE_ObjectHandle key1, TEE_ObjectHandle key2) in TEE_SetOperationKey2()
835 TEE_ObjectHandle key2 = TEE_HANDLE_NULL; in TEE_CopyOperation() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daes.c762 const unsigned char **key2, in mbedtls_aes_xts_decode_keys()
787 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_enc() local
811 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_dec() local
H A Dssl_tls.c8642 unsigned char *key2; in ssl_tls12_populate_transform() local
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c274 uint8_t key2[DCP_AES128_KEY_SIZE] = { }; in dcp_cmac() local
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c138 uint8_t *key2, size_t key2_len) in sec_cipher_set_key()
/optee_os/core/tee/
H A Dtee_svc_cryp.c53 vaddr_t key2; member
2780 unsigned long key1, unsigned long key2, in syscall_cryp_state_alloc()
3226 struct tee_cryp_obj_secret *key2 = o->attr; in syscall_cipher_init() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h984 symmetric_key key1, key2; member
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c1752 struct obj_attrs *key2) in check_created_attrs()