Lines Matching defs:zbuf
125 * Decrypt an OCTET STRING and decode ASN1 structure if zbuf set zero buffer
131 const ASN1_OCTET_STRING *oct, int zbuf,
150 if (zbuf)
160 const ASN1_OCTET_STRING *oct, int zbuf)
162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf,
167 * Encode ASN1 structure and encrypt, return OCTET STRING if zbuf set zero
174 void *obj, int zbuf,
197 if (zbuf)
209 void *obj, int zbuf)
211 return PKCS12_item_i2d_encrypt_ex(algor, it, pass, passlen, obj, zbuf, NULL, NULL);