Lines Matching refs:alg
19 * operation structure contains a `psa_algorithm_t alg` field which indicates
21 * use, `alg` is 0. Most of the structure consists of a union which is
22 * discriminated by `alg`.
31 * Note that when `alg` or `id` is 0, the content of other fields is undefined.
171 psa_algorithm_t MBEDTLS_PRIVATE(alg);
206 psa_algorithm_t MBEDTLS_PRIVATE(alg);
244 psa_algorithm_t MBEDTLS_PRIVATE(alg);
382 psa_algorithm_t alg)
384 attributes->MBEDTLS_PRIVATE(policy).MBEDTLS_PRIVATE(alg) = alg;
390 return attributes->MBEDTLS_PRIVATE(policy).MBEDTLS_PRIVATE(alg);