HomeSort by relevance Sort by last modified time
    Searched refs:X509_NAME_hash (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/x509/
x509_cmp.c 138 return(X509_NAME_hash(x->cert_info->issuer));
160 return(X509_NAME_hash(x->cert_info->subject));
220 unsigned long X509_NAME_hash(X509_NAME *x)
by_dir.c 325 h=X509_NAME_hash(name);
x509.h 981 unsigned long X509_NAME_hash(X509_NAME *x);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 177 public static int X509_NAME_hash(X500Principal principal) {
178 return X509_NAME_hash(principal, "SHA1");
181 return X509_NAME_hash(principal, "MD5");
183 private static int X509_NAME_hash(X500Principal principal, String algorithm) {
    [all...]
  /external/openssl/apps/
crl.c 305 X509_NAME_hash(X509_CRL_get_issuer(x)));
  /external/openssl/include/openssl/
x509.h 981 unsigned long X509_NAME_hash(X509_NAME *x);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 174 milliseconds