/freebsd/crypto/openssl/test/ |
H A D | endecoder_legacy_test.c | 77 i2d_of_void *i2d_PrivateKey; 78 i2d_of_void *i2d_PublicKey; 79 i2d_of_void *i2d_params; 80 i2d_of_void *i2d_PUBKEY; 99 (i2d_of_void *)i2d_DHparams, 116 (i2d_of_void *)i2d_DHxparams, 133 (i2d_of_void *)i2d_DSAPrivateKey, 134 (i2d_of_void *)i2d_DSAPublicKey, 135 (i2d_of_void *)i2d_DSAparams, 136 (i2d_of_void *)i2d_DSA_PUBKEY, [all …]
|
H A D | tls-provider.c | 1333 key_to_paramstring_fn *p2s, i2d_of_void *k2d, 1353 i2d_of_void *k2d) in key_to_p8info() 1398 i2d_of_void *k2d, struct key2any_ctx_st *ctx) in key_to_encp8() 1415 i2d_of_void k2d) in xorx_key_to_pubkey() 1460 i2d_of_void *k2d, in key_to_epki_der_priv_bio() 1488 i2d_of_void *k2d, in key_to_epki_pem_priv_bio() 1516 i2d_of_void *k2d, in key_to_pki_der_priv_bio() 1548 i2d_of_void *k2d, in key_to_pki_pem_priv_bio() 1580 i2d_of_void *k2d, in key_to_spki_der_pub_bio() 1605 i2d_of_void *k2d, in key_to_spki_pem_pub_bio() [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_i2d_fp.c | 18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp() 34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio()
|
H A D | a_digest.c | 28 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, in ASN1_digest()
|
H A D | a_dup.c | 16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup()
|
H A D | a_verify.c | 27 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, in ASN1_verify()
|
H A D | a_sign.c | 27 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_sign()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pem.h | 125 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1, str, out, \ 137 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1, str, out, \ 158 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1, str, out, \ 170 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1, str, out, \ 395 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, 422 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp,
|
H A D | asn1.h | 360 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0))) 373 typedef int i2d_of_void(const void *, unsigned char **); typedef 908 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x); 944 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x); 968 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x);
|
H A D | asn1.h.in | 313 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0))) 326 typedef int i2d_of_void(const void *, unsigned char **); typedef 741 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x); 777 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x); 801 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x);
|
H A D | x509.h.in | 629 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1, 632 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, 635 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2,
|
H A D | x509.h | 823 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1, 826 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, 829 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2,
|
H A D | ocsp.h.in | 168 (OCSP_CERTSTATUS*)ASN1_dup((i2d_of_void *)i2d_OCSP_CERTSTATUS,\
|
H A D | ec.h | 942 ASN1_i2d_fp((i2d_of_void *)i2d_ECPKParameters, (fp), (void *)(x))
|
H A D | ocsp.h | 264 (OCSP_CERTSTATUS*)ASN1_dup((i2d_of_void *)i2d_OCSP_CERTSTATUS,\
|
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
H A D | d_typefun.c | 16 typedef void *d2i_of_void(void **,const unsigned char **,long); typedef int i2d_of_void(void *,unsi… typedef
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_local.h | 88 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \ 93 return PEM_ASN1_##writename##((i2d_of_void *)i2d_##asn1, str, out, \
|
H A D | pem_pkey.c | 362 ret = PEM_ASN1_write_bio((i2d_of_void *)i2d_PrivateKey, in PEM_write_bio_PrivateKey_traditional() 402 return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode, in PEM_write_fnsig()
|
H A D | pem_lib.c | 300 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, in PEM_ASN1_write() 321 i2d_of_void *i2d, OSSL_i2d_of_void_ctx *i2d_ctx, void *vctx, in PEM_ASN1_write_bio_internal() 426 PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, const void *x, in PEM_ASN1_write_bio()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PEM_read.pod | 26 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, 30 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp,
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 56 return (GENERAL_NAME *)ASN1_dup((i2d_of_void *)i2d_GENERAL_NAME,
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 489 -T i2d_of_void
|