Lines Matching refs:hash_algo
68 const char *encoding, const char *hash_algo, in software_key_determine_akcipher() argument
95 if (!hash_algo) in software_key_determine_akcipher()
96 hash_algo = "none"; in software_key_determine_akcipher()
99 pkey->pkey_algo, hash_algo); in software_key_determine_akcipher()
109 if (hash_algo) in software_key_determine_akcipher()
123 if (!hash_algo) in software_key_determine_akcipher()
125 if (strcmp(hash_algo, "sha1") != 0 && in software_key_determine_akcipher()
126 strcmp(hash_algo, "sha224") != 0 && in software_key_determine_akcipher()
127 strcmp(hash_algo, "sha256") != 0 && in software_key_determine_akcipher()
128 strcmp(hash_algo, "sha384") != 0 && in software_key_determine_akcipher()
129 strcmp(hash_algo, "sha512") != 0 && in software_key_determine_akcipher()
130 strcmp(hash_algo, "sha3-256") != 0 && in software_key_determine_akcipher()
131 strcmp(hash_algo, "sha3-384") != 0 && in software_key_determine_akcipher()
132 strcmp(hash_algo, "sha3-512") != 0) in software_key_determine_akcipher()
140 if (!hash_algo) in software_key_determine_akcipher()
142 if (strcmp(hash_algo, "streebog256") != 0 && in software_key_determine_akcipher()
143 strcmp(hash_algo, "streebog512") != 0) in software_key_determine_akcipher()
175 params->hash_algo, alg_name, in software_key_query()
276 params->hash_algo, alg_name, in software_key_eds_op()
398 sig->hash_algo, alg_name, in public_key_verify_signature()