Searched refs:netpgp_strcasecmp (Results 1 – 3 of 3) sorted by relevance
/minix/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | netpgpsdk.h | 74 int netpgp_strcasecmp(const char *, const char *);
|
H A D | misc.c | 680 if (netpgp_strcasecmp(hash, "SHA1") == 0) { in pgp_str_to_hash_alg() 683 if (netpgp_strcasecmp(hash, "MD5") == 0) { in pgp_str_to_hash_alg() 686 if (netpgp_strcasecmp(hash, "SHA256") == 0) { in pgp_str_to_hash_alg() 694 if (netpgp_strcasecmp(hash, "SHA512") == 0) { in pgp_str_to_hash_alg() 697 if (netpgp_strcasecmp(hash, "SHA384") == 0) { in pgp_str_to_hash_alg() 821 if (netpgp_strcasecmp(cipher, sp->s) == 0) { in pgp_str_to_cipher() 1347 netpgp_strcasecmp(const char *s1, const char *s2) in netpgp_strcasecmp() function
|
H A D | netpgp.c | 287 if (netpgp_strcasecmp(hash, "md5") == 0) { in readsshkeys() 289 } else if (netpgp_strcasecmp(hash, "sha1") == 0) { in readsshkeys() 291 } else if (netpgp_strcasecmp(hash, "sha256") == 0) { in readsshkeys()
|