Lines Matching defs:alg
24 switch (operation->alg) {
87 operation->alg = 0;
93 psa_algorithm_t alg)
98 if (operation->alg != 0) {
102 switch (alg) {
170 return PSA_ALG_IS_HASH(alg) ?
175 operation->alg = alg;
186 switch (source_operation->alg) {
257 target_operation->alg = source_operation->alg;
268 switch (operation->alg) {
348 size_t actual_hash_length = PSA_HASH_LENGTH(operation->alg);
365 switch (operation->alg) {
434 psa_algorithm_t alg,
446 status = mbedtls_psa_hash_setup(&operation, alg);