Searched refs:X509_NAME_hash (Results 1 – 10 of 10) sorted by relevance
141 return (X509_NAME_hash(x->cert_info->issuer)); in X509_issuer_name_hash()161 return (X509_NAME_hash(x->cert_info->subject)); in X509_subject_name_hash()225 unsigned long X509_NAME_hash(X509_NAME *x) in X509_NAME_hash() function
306 hash_array[0] = X509_NAME_hash(name); in get_cert_by_subject()
356 static int X509_NAME_hash(X500Principal principal) { in X509_NAME_hash() method in NativeCrypto357 return X509_NAME_hash(principal, "SHA1"); in X509_NAME_hash()361 return X509_NAME_hash(principal, "MD5"); in X509_NAME_hash_old()363 private static int X509_NAME_hash(X500Principal principal, String algorithm) { in X509_NAME_hash() method in NativeCrypto
372 static int X509_NAME_hash(X500Principal principal) { in X509_NAME_hash() method in NativeCrypto373 return X509_NAME_hash(principal, "SHA1"); in X509_NAME_hash()377 return X509_NAME_hash(principal, "MD5"); in X509_NAME_hash_old()379 private static int X509_NAME_hash(X500Principal principal, String algorithm) { in X509_NAME_hash() method in NativeCrypto
2184 X509_NAME_hash
3736 '#define X509_NAME_hash GRPC_SHADOW_X509_NAME_hash',
921 OPENSSL_EXPORT unsigned long X509_NAME_hash(X509_NAME *x);
2212 #define X509_NAME_hash GRPC_SHADOW_X509_NAME_hash macro
2666 assertEquals(-1372642656, NativeCrypto.X509_NAME_hash(name)); // SHA1 in test_X509_NAME_hashes()
2674 assertEquals(-1372642656, NativeCrypto.X509_NAME_hash(name)); // SHA1 in test_X509_NAME_hashes()