Searched refs:X509_NAME_hash (Results 1 – 5 of 5) 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()
320 static int X509_NAME_hash(X500Principal principal) { in X509_NAME_hash() method in NativeCrypto321 return X509_NAME_hash(principal, "SHA1"); in X509_NAME_hash()325 return X509_NAME_hash(principal, "MD5"); in X509_NAME_hash_old()327 private static int X509_NAME_hash(X500Principal principal, String algorithm) { in X509_NAME_hash() method in NativeCrypto
891 OPENSSL_EXPORT unsigned long X509_NAME_hash(X509_NAME *x);
2592 assertEquals(-1372642656, NativeCrypto.X509_NAME_hash(name)); // SHA1 in test_X509_NAME_hashes()