Searched refs:i2d_ECDSA_SIG (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/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 | 226 i2d_ECDSA_SIG,
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 83 *siglen = i2d_ECDSA_SIG(s, sig != NULL ? &sig : NULL); in ossl_ecdsa_sign() 376 derlen = i2d_ECDSA_SIG(s, &der); in ossl_ecdsa_verify()
|
H A D | ec_asn1.c | 1247 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **ppout) in i2d_ECDSA_SIG() function 1335 ret = i2d_ECDSA_SIG(&sig, NULL); in ECDSA_size()
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 469 sigleni = i2d_ECDSA_SIG(s, &sig); in ossl_sm2_internal_sign() 505 derlen = i2d_ECDSA_SIG(s, &der); in ossl_sm2_internal_verify()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 366 DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG); in FuzzerTestOneInput()
|
/freebsd/crypto/openssl/test/ |
H A D | acvp_test.c | 296 ret = TEST_int_gt((sig_len = i2d_ECDSA_SIG(sign, &sig)), 0) in ecdsa_sigver_test()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3661 i2d_ECDSA_SIG;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 4052 der_len = i2d_ECDSA_SIG(sig, &der); in crypto_ec_key_verify_signature_r_s()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 5041 MLINKS+= d2i_X509.3 i2d_ECDSA_SIG.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2353 i2d_ECDSA_SIG 2404 3_0_0 EXIST::FUNCTION:EC
|