Searched refs:tfm_crypto_operation_lookup (Results 1 – 8 of 8) sorted by relevance
92 psa_status_t tfm_crypto_operation_lookup(enum tfm_crypto_operation_type type,
152 psa_status_t tfm_crypto_operation_lookup(enum tfm_crypto_operation_type type, in tfm_crypto_operation_lookup() function
59 status = tfm_crypto_operation_lookup( in tfm_crypto_key_derivation_interface()
72 status = tfm_crypto_operation_lookup(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()
79 status = tfm_crypto_operation_lookup(TFM_CRYPTO_MAC_OPERATION, in tfm_crypto_mac_interface()
83 status = tfm_crypto_operation_lookup(TFM_CRYPTO_CIPHER_OPERATION, in tfm_crypto_cipher_interface()
102 status = tfm_crypto_operation_lookup(TFM_CRYPTO_AEAD_OPERATION, in tfm_crypto_aead_interface()
135 …| tfm_crypto_operation_lookup() | Alloc | Service modules | It retrieves a previously allo…