Searched refs:alg (Results 1 – 6 of 6) sorted by relevance
66 …ributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(policy).MBEDTLS_PRIVATE(alg) = clientKeyAttr->alg; in KeyStore_s_copyKeyAttributesFromClient()104 …clientKeyAttr->alg = keyAttributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(policy).MBEDTLS_PRI… in KeyStore_s_copyKeyAttributesToClient()360 getKeyMsg.alg, in KeyStore_s_getKey()
129 …id KeyStore_PSA_setKeyAlgorithm(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_Algorithm alg) in KeyStore_PSA_setKeyAlgorithm() argument131 psa_set_key_algorithm(attributes, alg); in KeyStore_PSA_setKeyAlgorithm()
53 psa_algorithm_t alg);201 KeyStore_PSA_Algorithm alg, in KeyStore_PSA_getKey() argument232 status = psa_get_and_lock_key_slot_with_policy(key, &slot, usage, alg); in KeyStore_PSA_getKey()
114 KeyStore_PSA_Algorithm alg,
86 KeyStore_PSA_Algorithm alg; member
1351 …d KeyStore_PSA_setKeyAlgorithm(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_Algorithm alg);