Home
last modified time | relevance | path

Searched refs:zbuf (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/pkcs12/
H A Dp12_decr.c137 const ASN1_OCTET_STRING *oct, int zbuf, in PKCS12_item_decrypt_d2i_ex() argument
156 if (zbuf) in PKCS12_item_decrypt_d2i_ex()
166 const ASN1_OCTET_STRING *oct, int zbuf) in PKCS12_item_decrypt_d2i() argument
168 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf, in PKCS12_item_decrypt_d2i()
180 void *obj, int zbuf, in PKCS12_item_i2d_encrypt_ex() argument
203 if (zbuf) in PKCS12_item_i2d_encrypt_ex()
215 void *obj, int zbuf) in PKCS12_item_i2d_encrypt() argument
217 return PKCS12_item_i2d_encrypt_ex(algor, it, pass, passlen, obj, zbuf, NULL, NULL); in PKCS12_item_i2d_encrypt()
/openssl/doc/man3/
H A DPKCS12_item_decrypt_d2i.pod15 const ASN1_OCTET_STRING *oct, int zbuf);
18 const ASN1_OCTET_STRING *oct, int zbuf,
24 void *obj, int zbuf);
28 void *obj, int zbuf,
36 password I<pass> of length I<passlen>. If I<zbuf> is nonzero then the output
41 I<passlen>, returning an encoded object in I<obj>. If I<zbuf> is nonzero then
/openssl/include/openssl/
H A Dpkcs12.h.in218 const ASN1_OCTET_STRING *oct, int zbuf);
221 const ASN1_OCTET_STRING *oct, int zbuf,
227 void *obj, int zbuf);
231 void *obj, int zbuf,
/openssl/test/
H A Dsslapitest.c1714 const unsigned char *zbuf; in execute_cleanse_plaintext() local
1779 zbuf = &rr->data[rr->off]; in execute_cleanse_plaintext()
1787 if (!TEST_mem_eq(cbuf, sizeof(cbuf), zbuf, sizeof(cbuf))) in execute_cleanse_plaintext()
1799 if (!TEST_mem_eq(cbuf, sizeof(cbuf), zbuf, sizeof(cbuf))) in execute_cleanse_plaintext()

Completed in 35 milliseconds