Searched refs:tfm_crypto_operation_alloc (Results 1 – 8 of 8) sorted by relevance
68 status = tfm_crypto_operation_alloc(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()156 status = tfm_crypto_operation_alloc(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()
102 psa_status_t tfm_crypto_operation_alloc(enum tfm_crypto_operation_type type,
65 psa_status_t tfm_crypto_operation_alloc(enum tfm_crypto_operation_type type, in tfm_crypto_operation_alloc() function
54 status = tfm_crypto_operation_alloc(TFM_CRYPTO_KEY_DERIVATION_OPERATION, in tfm_crypto_key_derivation_interface()
70 status = tfm_crypto_operation_alloc(TFM_CRYPTO_MAC_OPERATION, in tfm_crypto_mac_interface()
74 status = tfm_crypto_operation_alloc(TFM_CRYPTO_CIPHER_OPERATION, in tfm_crypto_cipher_interface()
93 status = tfm_crypto_operation_alloc(TFM_CRYPTO_AEAD_OPERATION, in tfm_crypto_aead_interface()
131 …| tfm_crypto_operation_alloc() | Alloc | Service modules | It allocates a new operation c…