HomeSort by: relevance | last modified time | path
    Searched defs:ossl_do_PVK_header (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pvkfmt.c 760 int ossl_do_PVK_header(const unsigned char **in, unsigned int length,
965 if (!ossl_do_PVK_header(&p, 24, 0, isdss, &saltlen, &keylen))
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pvkfmt.c 748 int ossl_do_PVK_header(const unsigned char **in, unsigned int length,
933 if (!ossl_do_PVK_header(&p, 24, 0, &saltlen, &keylen))

Completed in 21 milliseconds