Searched refs:find_issuer (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.c75 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
158 xtmp=find_issuer(ctx, sktmp,x);
341 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) function
377 *issuer = find_issuer(ctx, ctx->other_ctx, x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c114 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
270 xtmp = find_issuer(ctx, sktmp, x);
525 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) function
559 *issuer = find_issuer(ctx, ctx->other_ctx, x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c114 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
270 xtmp = find_issuer(ctx, sktmp, x);
525 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) function
559 *issuer = find_issuer(ctx, ctx->other_ctx, x);

Completed in 89 milliseconds