Lines Matching defs:alg
711 psa_algorithm_t alg;
745 alg = PSA_ALG_HMAC(hash_alg);
747 psa_set_key_algorithm(&attributes, alg);
756 status = psa_mac_compute(key, alg, transcript, hash_len,
943 psa_algorithm_t alg;
1048 * Setup psa keys and alg
1052 &alg,
1060 transform->psa_alg = alg;
1062 if (alg != MBEDTLS_SSL_NULL_CIPHER) {
1064 psa_set_key_algorithm(&attributes, alg);
1098 psa_algorithm_t alg;
1110 &alg, &key_type, &key_bits);
1485 psa_algorithm_t alg =
1507 alg, handshake->xxdh_psa_privkey,