Home
last modified time | relevance | path

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

/openssl-master/crypto/pkcs12/
A Dp12_decr.c129 const ASN1_OCTET_STRING *oct, int zbuf, in PKCS12_item_decrypt_d2i_ex() argument
148 if (zbuf) in PKCS12_item_decrypt_d2i_ex()
158 const ASN1_OCTET_STRING *oct, int zbuf) in PKCS12_item_decrypt_d2i() argument
160 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf, in PKCS12_item_decrypt_d2i()
172 void *obj, int zbuf, in PKCS12_item_i2d_encrypt_ex() argument
195 if (zbuf) in PKCS12_item_i2d_encrypt_ex()
207 void *obj, int zbuf) in PKCS12_item_i2d_encrypt() argument
209 return PKCS12_item_i2d_encrypt_ex(algor, it, pass, passlen, obj, zbuf, NULL, NULL); in PKCS12_item_i2d_encrypt()
/openssl-master/doc/man3/
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-master/include/openssl/
A Dpkcs12.h.in211 const ASN1_OCTET_STRING *oct, int zbuf);
214 const ASN1_OCTET_STRING *oct, int zbuf,
220 void *obj, int zbuf);
224 void *obj, int zbuf,
/openssl-master/test/
A Dsslapitest.c1509 void *zbuf; in execute_cleanse_plaintext() local
1571 zbuf = &rr->data[rr->off]; in execute_cleanse_plaintext()
1579 if (!TEST_mem_eq(cbuf, sizeof(cbuf), zbuf, sizeof(cbuf))) in execute_cleanse_plaintext()
1591 if (!TEST_mem_eq(cbuf, sizeof(cbuf), zbuf, sizeof(cbuf))) in execute_cleanse_plaintext()

Completed in 21 milliseconds