Searched refs:EVP_DecodeBlock (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | encode.c | 325 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 D | bio_b64.c | 301 z=EVP_DecodeBlock((unsigned char *)ctx->buf, in b64_read()
|
| H A D | evp.h | 579 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
|
| /onnv-gate/usr/src/common/openssl/crypto/x509/ |
| H A D | x509spki.c | 89 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
|