Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 25 of 30) sorted by relevance

12

/openssl-master/doc/man3/
A DBIO_f_base64.pod5 BIO_f_base64 - base64 BIO filter
18 BIO_f_base64() returns the base64 BIO method. This is a filter
19 BIO that base64 encodes any data written through it and decodes
24 BIO_flush() on a base64 BIO that is being written through is
34 Because of the format of base64 encoding the end of the encoded
39 BIO_f_base64() returns the base64 BIO method.
76 The ambiguity of EOF in base64 encoded data can cause additional
77 data following the base64 encoded block to be misinterpreted.
A DPEM_read_bio_ex.pod22 the possibly encrypted data, and the binary data payload (after base64 decoding).
34 If PEM_FLAG_ONLY_B64 is set, all characters are required to be valid base64
35 characters (or newlines); non-base64 characters are treated as end of input.
A DBIO_push.pod49 a base64 BIO and B<f> is a file BIO.
61 by B<md1> and B<md2>, B<base64> encoded and written to B<f>.
64 direction, that is data is read from B<f>, B<base64> decoded and digested
A DSRP_VBASE_new.pod50 flag base64(verifier) base64(salt) username gNid userinfo(optional)
52 Note that the base64 encoding used here is non-standard so it is recommended
A DCTLOG_STORE_new.pod47 key = <base64-encoded DER SubjectPublicKeyInfo here>
51 key = <base64-encoded DER SubjectPublicKeyInfo here>
A DSCT_new.pod143 The LogID (see RFC 6962, Section 3.2), base64 encoded.
157 The SCT extensions, base64 encoded.
161 The SCT signature, base64 encoded.
A DCTLOG_new.pod41 public key in base64-encoded DER form and sets the ct_log pointer to point to
42 the new CTLOG. The base64 will be decoded and the public key parsed. The CTLOG
A DPEM_read.pod34 RFC 1421. The content is a series of base64-encoded lines, surrounded
59 are returned in B<header> and the base64-decoded content and its length are
A DSMIME_write_CMS.pod47 SMIME_write_CMS() always base64 encodes CMS structures, there should be an
A DSMIME_write_PKCS7.pod48 SMIME_write_PKCS7() always base64 encodes PKCS#7 structures, there
A DSMIME_read_PKCS7.pod55 The parser assumes that the PKCS7 structure is always base64
A DSMIME_read_CMS.pod57 The parser assumes that the CMS_ContentInfo structure is always base64 encoded
A DSRP_create_verifier.pod58 all numeric parameters are in a non-standard base64 encoding originally designed
A DPEM_read_bio_PrivateKey.pod200 this sense PEM format is simply base64 encoded data surrounded
399 ...base64 encoded data...
407 the base64-encoded encrypted data.
A DSSL_CTX_load_verify_locations.pod69 ... (CA certificate in base64 encoding) ...
/openssl-master/crypto/evp/
A Dbio_b64.c41 EVP_ENCODE_CTX *base64; member
78 ctx->base64 = EVP_ENCODE_CTX_new(); in b64_new()
79 if (ctx->base64 == NULL) { in b64_new()
100 EVP_ENCODE_CTX_free(ctx->base64); in b64_free()
130 EVP_DecodeInit(ctx->base64); in b64_read()
213 EVP_DecodeInit(ctx->base64); in b64_read()
222 EVP_DecodeInit(ctx->base64); in b64_read()
286 i = EVP_DecodeUpdate(ctx->base64, in b64_read()
346 EVP_EncodeInit(ctx->base64); in b64_write()
415 if (!EVP_EncodeUpdate(ctx->base64, in b64_write()
[all …]
/openssl-master/doc/man1/
A Dopenssl-rand.pod.in13 [B<-base64>]
42 =item B<-base64>
44 Perform base64 encoding on the output.
A Dopenssl-enc.pod.in21 [B<-base64>]
97 the data is base64 encoded after encryption. If decryption is set then
98 the input data is base64 decoded before being decrypted.
100 =item B<-base64>
106 If the B<-a> option is set then base64 process the data on one line.
286 base64 Base 64
392 Just base64 encode a binary file:
394 openssl base64 -in file.bin -out file.b64
398 openssl base64 -d -in file.b64 -out file.bin
410 Encrypt a file then base64 encode it (so it can be sent via mail for example)
A Dopenssl-asn1parse.pod.in102 data in a PEM format input file will be treated as being base64 encoded and
A Dopenssl-smime.pod.in425 signature by line wrapping the base64 encoded structure and surrounding
435 Alternatively you can base64 decode the signature and use:
A Dopenssl-cms.pod.in820 signature by line wrapping the base64 encoded structure and surrounding
830 alternatively you can base64 decode the signature and use
/openssl-master/apps/
A Denc.c123 int base64 = 0, informat = FORMAT_BINARY, outformat = FORMAT_BINARY; in enc_main() local
138 base64 = 1; in enc_main()
210 base64 = 1; in enc_main()
314 if (base64 && bsize < 80) in enc_main()
322 if (base64) { in enc_main()
408 if (base64) { in enc_main()
/openssl-master/test/recipes/80-test_cms_data/
A Dciphertext_from_1_1_1.cms4 Content-Transfer-Encoding: base64
/openssl-master/include/openssl/
A Dct.h.in151 * Creates a new SCT from some base64-encoded strings.
446 * Creates a new CTLOG instance with the base64-encoded SubjectPublicKeyInfo DER
/openssl-master/doc/man7/
A Dopenssl-glossary.pod143 friendly form. The content is a series of base64-encoded lines, surrounded

Completed in 25 milliseconds

12