Searched refs:EVP_DecodeBlock (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/x509/ |
A D | x509spki.c | 42 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
|
/openssl-master/doc/man3/ |
A D | EVP_EncodeInit.pod | 8 EVP_DecodeBlock - EVP base 64 encode/decode routines 28 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n); 119 EVP_DecodeBlock() will decode the block of B<n> characters of base 64 data 146 EVP_DecodeBlock() returns the length of the data decoded or -1 on error.
|
/openssl-master/crypto/ct/ |
A D | ct_b64.c | 42 outlen = EVP_DecodeBlock(outbuf, (unsigned char *)in, inlen); in ct_base64_decode()
|
/openssl-master/crypto/evp/ |
A D | encode.c | 459 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
|
A D | bio_b64.c | 264 z = EVP_DecodeBlock((unsigned char *)ctx->buf, in b64_read()
|
/openssl-master/include/openssl/ |
A D | evp.h | 867 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
|
/openssl-master/util/ |
A D | libcrypto.num | 1380 EVP_DecodeBlock 1414 3_0_0 EXIST::FUNCTION:
|
Completed in 24 milliseconds