Home
last modified time | relevance | path

Searched refs:op_handle (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c217 .op_handle = operation->handle, in psa_cipher_generate_iv()
240 .op_handle = operation->handle, in psa_cipher_set_iv()
259 .op_handle = operation->handle, in psa_cipher_encrypt_setup()
280 .op_handle = operation->handle, in psa_cipher_decrypt_setup()
303 .op_handle = operation->handle, in psa_cipher_update()
325 .op_handle = operation->handle, in psa_cipher_abort()
346 .op_handle = operation->handle, in psa_cipher_finish()
370 .op_handle = operation->handle, in psa_hash_setup()
389 .op_handle = operation->handle, in psa_hash_update()
408 .op_handle = operation->handle, in psa_hash_finish()
[all …]
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_key_derivation.c53 *p_handle = iov->op_handle; in tfm_crypto_key_derivation_interface()
60 iov->op_handle, in tfm_crypto_key_derivation_interface()
133 *p_handle = iov->op_handle; in tfm_crypto_key_derivation_interface()
Dcrypto_mac.c69 *p_handle = iov->op_handle; in tfm_crypto_mac_interface()
75 iov->op_handle, in tfm_crypto_mac_interface()
87 *p_handle = iov->op_handle; in tfm_crypto_mac_interface()
Dcrypto_hash.c67 *p_handle = iov->op_handle; in tfm_crypto_hash_interface()
73 iov->op_handle, in tfm_crypto_hash_interface()
85 *p_handle = iov->op_handle; in tfm_crypto_hash_interface()
Dcrypto_cipher.c73 *p_handle = iov->op_handle; in tfm_crypto_cipher_interface()
79 iov->op_handle, in tfm_crypto_cipher_interface()
90 *p_handle = iov->op_handle; in tfm_crypto_cipher_interface()
Dcrypto_aead.c92 *p_handle = iov->op_handle; in tfm_crypto_aead_interface()
98 iov->op_handle, in tfm_crypto_aead_interface()
111 *p_handle = iov->op_handle; in tfm_crypto_aead_interface()
/trusted-firmware-m-3.4.0/interface/include/
Dtfm_crypto_defs.h43 uint32_t op_handle; /*!< Frontend context handle associated to a member