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

  /external/openssl/crypto/ocsp/
ocsp_vfy.c 63 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
82 ret = ocsp_find_signer(&signer, bs, certs, st, flags);
162 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, function

Completed in 13 milliseconds