Searched refs:X509_NAME_hash_old (Results 1 – 7 of 7) sorted by relevance
142 return(X509_NAME_hash_old(x->cert_info->issuer)); in X509_issuer_name_hash_old()162 return(X509_NAME_hash_old(x->cert_info->subject)); in X509_subject_name_hash_old()247 unsigned long X509_NAME_hash_old(X509_NAME *x) in X509_NAME_hash_old() function
327 hash_array[1]=X509_NAME_hash_old(name); in get_cert_by_subject()
549 int hash = NativeCrypto.X509_NAME_hash_old(name); in hash()
369 public static int X509_NAME_hash_old(X500Principal principal) { in X509_NAME_hash_old() method in NativeCrypto
943 int intHash = NativeCrypto.X509_NAME_hash_old(subject); in alias()
2645 assertEquals(-1626170662, NativeCrypto.X509_NAME_hash_old(name)); // MD5 in test_X509_NAME_hashes()
929 OPENSSL_EXPORT unsigned long X509_NAME_hash_old(X509_NAME *x);