Searched refs:EVP_DecodeBlock (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/x509/ |
| H A D | x509spki.c | 42 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H 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.
|
| /freebsd-13.1/crypto/openssl/crypto/ct/ |
| H A D | ct_b64.c | 42 outlen = EVP_DecodeBlock(outbuf, (unsigned char *)in, inlen); in ct_base64_decode()
|
| /freebsd-13.1/crypto/openssl/crypto/evp/ |
| H A D | encode.c | 459 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
|
| H A D | bio_b64.c | 266 z = EVP_DecodeBlock((unsigned char *)ctx->buf, in b64_read()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 675 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1474 EVP_DecodeBlock;
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1426 MLINKS+= EVP_EncodeInit.3 EVP_DecodeBlock.3
|