Home
last modified time | relevance | path

Searched refs:alg (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_s.c66 …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()
DCryptoKeyKeyStore_PSA.c129 …id KeyStore_PSA_setKeyAlgorithm(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_Algorithm alg) in KeyStore_PSA_setKeyAlgorithm() argument
131 psa_set_key_algorithm(attributes, alg); in KeyStore_PSA_setKeyAlgorithm()
DCryptoKeyKeyStore_PSA_helpers.c53 psa_algorithm_t alg);
201 KeyStore_PSA_Algorithm alg, in KeyStore_PSA_getKey() argument
232 status = psa_get_and_lock_key_slot_with_policy(key, &slot, usage, alg); in KeyStore_PSA_getKey()
DCryptoKeyKeyStore_PSA_helpers.h114 KeyStore_PSA_Algorithm alg,
DCryptoKeyKeyStore_PSA_s.h86 KeyStore_PSA_Algorithm alg; member
DCryptoKeyKeyStore_PSA.h1351 …d KeyStore_PSA_setKeyAlgorithm(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_Algorithm alg);