Searched refs:compare_oids (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 529 compare_oids(KMF_OID *oid1, const KMF_OID *oid2) in compare_oids() function 545 compare_oids(hashoid, &KMFOID_SHA1)) in Str2KeyType() 547 else if (compare_oids(hashoid, &KMFOID_SHA256)) in Str2KeyType() 554 compare_oids(hashoid, &KMFOID_SHA1)) in Str2KeyType() 556 else if (compare_oids(hashoid, &KMFOID_SHA256)) in Str2KeyType() 558 else if (compare_oids(hashoid, &KMFOID_SHA384)) in Str2KeyType() 560 else if (compare_oids(hashoid, &KMFOID_SHA512)) in Str2KeyType() 562 else if (compare_oids(hashoid, &KMFOID_MD5)) in Str2KeyType() 570 compare_oids(hashoid, &KMFOID_SHA1)) in Str2KeyType() 572 else if (compare_oids(hashoid, &KMFOID_SHA256)) in Str2KeyType() [all …]
|