Home
last modified time | relevance | path

Searched refs:EVP_DecodeBlock (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Dencode.c325 v=EVP_DecodeBlock(out,d,n); in EVP_DecodeUpdate()
359 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
406 i=EVP_DecodeBlock(out,ctx->enc_data,ctx->num); in EVP_DecodeFinal()
H A Dbio_b64.c301 z=EVP_DecodeBlock((unsigned char *)ctx->buf, in b64_read()
H A Devp.h579 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509spki.c89 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()