Searched refs:psa_cipher_setup (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_cipher.c | 282 static psa_status_t psa_cipher_setup( in psa_cipher_setup() function 366 return psa_cipher_setup(operation, attributes, in mbedtls_psa_cipher_encrypt_setup() 377 return psa_cipher_setup(operation, attributes, in mbedtls_psa_cipher_decrypt_setup()
|
D | psa_crypto.c | 4250 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup() function 4319 return psa_cipher_setup(operation, key, alg, MBEDTLS_ENCRYPT); in psa_cipher_encrypt_setup() 4326 return psa_cipher_setup(operation, key, alg, MBEDTLS_DECRYPT); in psa_cipher_decrypt_setup()
|