| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x_req.c | 36 void *exarg) in rinf_cb() argument 49 void *exarg) in req_cb() argument 66 X509_REQ *old = exarg; in req_cb() 89 OSSL_LIB_CTX **libctx = exarg; in req_cb() 94 const char **propq = exarg; in req_cb()
|
| H A D | x_x509.c | 37 void *exarg) in x509_cb() argument 102 X509 *old = exarg; in x509_cb() 108 OSSL_LIB_CTX **libctx = exarg; in x509_cb() 114 const char **propq = exarg; in x509_cb()
|
| H A D | x_crl.c | 48 void *exarg) in crl_inf_cb() argument 156 void *exarg) in crl_cb() argument 272 X509_CRL *old = exarg; in crl_cb()
|
| H A D | v3_crld.c | 307 void *exarg) in dpn_cb() argument
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | ASN1_aux_cb.pod | 38 void *exarg); 40 const ASN1_ITEM *it, void *exarg); 109 additional operation specific parameter may be passed in I<exarg>. The 168 before printing the B<ASN1_VALUE>. The I<exarg> argument will be a pointer to an 177 after printing the B<ASN1_VALUE>. The I<exarg> argument will be a pointer to an 183 length encoding. The I<exarg> argument will be a pointer to a B<ASN1_STREAM_ARG> 189 length encoding. The I<exarg> argument will be a pointer to a B<ASN1_STREAM_ARG> 195 value (as used in CMS and PKCS7). The I<exarg> argument will be a pointer to a 201 value (as used in CMS and PKCS7). The I<exarg> argument will be a pointer to a 217 if any. A pointer to an B<OSSL_LIB_CTX> should be stored in I<*exarg> if such [all …]
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_asn1.c | 29 void *exarg) in rsa_cb() argument 77 void *exarg) 98 void *exarg)
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_asn1.c | 38 static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 83 static int cms_ec_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 121 static int cms_rek_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 146 static int cms_kari_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 192 static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 289 void *exarg) in cms_cb() argument 291 ASN1_STREAM_ARG *sarg = exarg; in cms_cb()
|
| /freebsd/crypto/openssl/crypto/pkcs7/ |
| H A D | pk7_asn1.c | 34 void *exarg) in pk7_cb() argument 36 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() 137 void *exarg) 180 void *exarg)
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | nsseq.c | 17 void *exarg) in nsseq_cb() argument
|
| H A D | p8_pkey.c | 18 void *exarg) in pkey_cb() argument
|
| /freebsd/crypto/openssl/crypto/dsa/ |
| H A D | dsa_asn1.c | 26 void *exarg) in dsa_cb() argument
|
| /freebsd/crypto/openssl/crypto/dh/ |
| H A D | dh_asn1.c | 26 void *exarg) in dh_cb() argument
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_asn.c | 848 ossl_unused const ASN1_ITEM *it, void *exarg) in ossl_cmp_msg_cb() argument 858 OSSL_CMP_MSG *old = exarg; in ossl_cmp_msg_cb() 864 OSSL_LIB_CTX **libctx = exarg; in ossl_cmp_msg_cb() 869 const char **propq = exarg; in ossl_cmp_msg_cb()
|
| /freebsd/crypto/openssl/crypto/ts/ |
| H A D | ts_asn1.c | 159 void *exarg) in ts_resp_cb() argument
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1t.h.in | 688 void *exarg); 690 const ASN1_ITEM *it, void *exarg); 702 /* For print related callbacks exarg points to this structure */ 709 /* For streaming related callbacks exarg points to this structure */
|
| H A D | asn1t.h | 687 void *exarg); 689 const ASN1_ITEM *it, void *exarg);
|