Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509spki.c40 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
/openssl/doc/man3/
H A DEVP_EncodeInit.pod8 EVP_DecodeBlock - EVP base64 encode/decode routines
28 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
141 EVP_DecodeBlock() will decode the block of B<n> characters of base64 data
153 EVP_DecodeBlock() will return the length of the data decoded or -1 on error.
173 EVP_DecodeBlock() returns the length of the data decoded or -1 on error.
/openssl/crypto/ct/
H A Dct_b64.c40 outlen = EVP_DecodeBlock(outbuf, (unsigned char *)in, inlen); in ct_base64_decode()
/openssl/crypto/evp/
H A Dencode.c459 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
/openssl/include/openssl/
H A Devp.h880 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
/openssl/util/
H A Dlibcrypto.num1380 EVP_DecodeBlock 1414 3_0_0 EXIST::FUNCTION:

Completed in 31 milliseconds