Searched refs:i2d_ECDSA_SIG (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | ECDSA_SIG_new.pod | 49 See L<i2d_ECDSA_SIG(3)> and L<d2i_ECDSA_SIG(3)> for information about encoding 108 signaturelen = i2d_ECDSA_SIG(obj, &signature); 134 L<i2d_ECDSA_SIG(3)>,
|
H A D | ECDSA_sign.pod | 42 See L<i2d_ECDSA_SIG(3)> and L<d2i_ECDSA_SIG(3)> for information about encoding 170 L<i2d_ECDSA_SIG(3)>,
|
H A D | d2i_X509.pod | 244 i2d_ECDSA_SIG,
|
/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 90 *siglen = i2d_ECDSA_SIG(s, sig != NULL ? &sig : NULL); in ossl_ecdsa_sign() 123 *siglen = i2d_ECDSA_SIG(s, &sig); in ossl_ecdsa_deterministic_sign() 434 derlen = i2d_ECDSA_SIG(s, &der); in ossl_ecdsa_verify()
|
H A D | ec_asn1.c | 1239 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **ppout) in i2d_ECDSA_SIG() function 1327 ret = i2d_ECDSA_SIG(&sig, NULL); in ECDSA_size()
|
/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 477 sigleni = i2d_ECDSA_SIG(s, &sig); in ossl_sm2_internal_sign() 513 derlen = i2d_ECDSA_SIG(s, &der); in ossl_sm2_internal_verify()
|
/openssl/fuzz/ |
H A D | asn1.c | 368 DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG); in FuzzerTestOneInput()
|
/openssl/test/ |
H A D | acvp_test.c | 325 if (!TEST_int_gt((sig_len = i2d_ECDSA_SIG(sign, &sig)), 0) in ecdsa_sigver_test()
|
/openssl/util/ |
H A D | libcrypto.num | 2353 i2d_ECDSA_SIG 2404 3_0_0 EXIST::FUNCTION:EC
|
Completed in 62 milliseconds