Searched refs:tfm_crypto_operation_alloc (Results 1 – 8 of 8) sorted by relevance
71 status = tfm_crypto_operation_alloc(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()166 status = tfm_crypto_operation_alloc(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()
71 psa_status_t tfm_crypto_operation_alloc(enum tfm_crypto_operation_type type,
81 psa_status_t tfm_crypto_operation_alloc(enum tfm_crypto_operation_type type, in tfm_crypto_operation_alloc() function
78 status = tfm_crypto_operation_alloc(TFM_CRYPTO_MAC_OPERATION, in tfm_crypto_mac_interface()
60 status = tfm_crypto_operation_alloc(TFM_CRYPTO_KEY_DERIVATION_OPERATION, in tfm_crypto_key_derivation_interface()
82 status = tfm_crypto_operation_alloc(TFM_CRYPTO_CIPHER_OPERATION, in tfm_crypto_cipher_interface()
101 status = tfm_crypto_operation_alloc(TFM_CRYPTO_AEAD_OPERATION, in tfm_crypto_aead_interface()
278 …| tfm_crypto_operation_alloc() | Alloc | Service modules | It allocates a new operation c…