Lines Matching refs:hash_algo
68 const char *encoding, const char *hash_algo, in software_key_determine_akcipher() argument
86 if (!hash_algo) { in software_key_determine_akcipher()
93 pkey->pkey_algo, hash_algo); in software_key_determine_akcipher()
103 if (hash_algo) in software_key_determine_akcipher()
116 if (!hash_algo) in software_key_determine_akcipher()
118 if (strcmp(hash_algo, "sha224") != 0 && in software_key_determine_akcipher()
119 strcmp(hash_algo, "sha256") != 0 && in software_key_determine_akcipher()
120 strcmp(hash_algo, "sha384") != 0 && in software_key_determine_akcipher()
121 strcmp(hash_algo, "sha512") != 0 && in software_key_determine_akcipher()
122 strcmp(hash_algo, "sha3-256") != 0 && in software_key_determine_akcipher()
123 strcmp(hash_algo, "sha3-384") != 0 && in software_key_determine_akcipher()
124 strcmp(hash_algo, "sha3-512") != 0) in software_key_determine_akcipher()
129 if (!hash_algo) in software_key_determine_akcipher()
131 if (strcmp(hash_algo, "sm3") != 0) in software_key_determine_akcipher()
136 if (!hash_algo) in software_key_determine_akcipher()
138 if (strcmp(hash_algo, "streebog256") != 0 && in software_key_determine_akcipher()
139 strcmp(hash_algo, "streebog512") != 0) in software_key_determine_akcipher()
171 params->hash_algo, alg_name, in software_key_query()
290 params->hash_algo, alg_name, in software_key_eds_op()
412 sig->hash_algo, alg_name, in public_key_verify_signature()