Searched refs:i2d_DHxparams (Results 1 - 12 of 12) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dh.h | 109 ASN1_i2d_fp(i2d_DHxparams,(fp), (unsigned char *)(x)) 113 ASN1_i2d_bio_of_const(DH, i2d_DHxparams, bp, x) 157 int i2d_DHxparams(const DH *a, unsigned char **pp);
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_asn1.c | 135 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams() function
|
H A D | dh_ameth.c | 51 return i2d_DHxparams(a, pp); in i2d_dhp()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_asn1.c | 135 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams() function
|
H A D | dh_ameth.c | 51 return i2d_DHxparams(a, pp); in i2d_dhp()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dh.h | 188 ASN1_i2d_fp(i2d_DHxparams,(fp), (unsigned char *)(x)) 192 ASN1_i2d_bio_of(DH, i2d_DHxparams, bp, x)
|
/third_party/openssl/include/openssl/ |
H A D | dh.h | 188 ASN1_i2d_fp(i2d_DHxparams,(fp), (unsigned char *)(x)) 192 ASN1_i2d_bio_of(DH, i2d_DHxparams, bp, x)
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | asn1.c | 342 DO_TEST_NO_PRINT(DH, d2i_DHxparams, i2d_DHxparams); in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
H A D | asn1.c | 342 DO_TEST_NO_PRINT(DH, d2i_DHxparams, i2d_DHxparams); in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 454 params->length = i2d_DHxparams(dh, ¶ms->data); in prepare_dh_params() 517 return i2d_DHxparams(dh, pder); in dh_type_specific_params_to_der()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 454 params->length = i2d_DHxparams(dh, ¶ms->data); in prepare_dh_params() 517 return i2d_DHxparams(dh, pder); in dh_type_specific_params_to_der()
|
/third_party/openssl/test/ |
H A D | endecoder_legacy_test.c | 116 (i2d_of_void *)i2d_DHxparams,
|
Completed in 11 milliseconds