HomeSort by: relevance | last modified time | path
    Searched refs:netpgp_strcasecmp (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgpsdk.h 74 int netpgp_strcasecmp(const char *, const char *);
misc.c 703 if (netpgp_strcasecmp(hash, "SHA1") == 0) {
706 if (netpgp_strcasecmp(hash, "MD5") == 0) {
709 if (netpgp_strcasecmp(hash, "SHA256") == 0) {
713 if (netpgp_strcasecmp(hash,"SHA224") == 0) {
717 if (netpgp_strcasecmp(hash, "SHA512") == 0) {
720 if (netpgp_strcasecmp(hash, "SHA384") == 0) {
845 if (netpgp_strcasecmp(cipher, sp->s) == 0) {
1371 netpgp_strcasecmp(const char *s1, const char *s2) function
netpgp.c 378 if (netpgp_strcasecmp(hash, "md5") == 0) {
380 } else if (netpgp_strcasecmp(hash, "sha1") == 0) {
382 } else if (netpgp_strcasecmp(hash, "sha256") == 0) {

Completed in 24 milliseconds