Lines Matching full:encoding
63 * Given a public_key, and an encoding and hash_algo to be used for signing
65 * akcipher algorithm. Also check that encoding and hash_algo are allowed.
69 const char *encoding, const char *hash_algo, in software_key_determine_akcipher() argument
74 if (!encoding) in software_key_determine_akcipher()
81 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher()
92 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
101 if (strcmp(encoding, "x962") != 0) in software_key_determine_akcipher()
119 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
126 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
160 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_query()
225 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_eds_op()
390 ret = software_key_determine_akcipher(pkey, sig->encoding, in public_key_verify_signature()