Home
last modified time | relevance | path

Searched defs:psa_alg (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/drivers/auth/mbedtls/
H A Dmbedtls_psa_crypto.h15 psa_algorithm_t psa_alg; /* PSA Algorithm associated with the key */ member
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_psa_crypto.c123 psa_algorithm_t *psa_alg, psa_key_attributes_t *psa_key_attr) in get_cached_psa_key_info()
139 static int cache_psa_key_info(const char *pk_oid, psa_key_id_t key_id, psa_algorithm_t psa_alg, in cache_psa_key_info()
172 mbedtls_pk_type_t *pk_alg, psa_algorithm_t *psa_alg) in construct_psa_alg()
251 psa_algorithm_t psa_alg; in verify_signature() local