HomeSort by relevance Sort by last modified time
    Searched full:find_issuer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
212 xtmp=find_issuer(ctx, sktmp,x);
398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) function
434 *issuer = find_issuer(ctx, ctx->other_ctx, x);
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
212 xtmp=find_issuer(ctx, sktmp,x);
398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) function
434 *issuer = find_issuer(ctx, ctx->other_ctx, x);
    [all...]

Completed in 114 milliseconds