Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DPEM_bytes_read_bio.pod5 PEM_bytes_read_bio, PEM_bytes_read_bio_secmem - read a PEM-encoded data structure from a BIO
14 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
42 PEM_bytes_read_bio_secmem() is similar to PEM_bytes_read_bio(), but uses
49 PEM_bytes_read_bio_secmem() only enforces that the secure heap is used for
65 PEM_bytes_read_bio() and PEM_bytes_read_bio_secmem() return 1 for success or
75 PEM_bytes_read_bio_secmem() was introduced in OpenSSL 1.1.1
/freebsd-12-stable/crypto/openssl/crypto/pem/
Dpem_pkey.c35 if (!PEM_bytes_read_bio_secmem(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, in PEM_read_bio_PrivateKey()
Dpem_lib.c282 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio_secmem() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dpem.h244 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map4346 PEM_bytes_read_bio_secmem;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2117 MLINKS+= PEM_bytes_read_bio.3 PEM_bytes_read_bio_secmem.3