Searched refs:ECDSA_size (Results 1 – 11 of 11) sorted by relevance
/openssl-master/doc/man3/ |
A D | ECDSA_SIG_new.pod | 6 ECDSA_SIG_new, ECDSA_SIG_free, ECDSA_size, ECDSA_sign, ECDSA_do_sign, 26 int ECDSA_size(const EC_KEY *eckey); 76 ECDSA_size() returns the maximum length of a DER encoded ECDSA signature 83 point to ECDSA_size(eckey) bytes of memory. The parameter I<type> is currently 112 length is returned in I<sig_len>. Note: I<sig> must point to ECDSA_size(eckey) 127 ECDSA_size() returns the maximum length signature or 0 on error. 169 buf_len = ECDSA_size(eckey); 208 The ECDSA_size(), ECDSA_sign(), ECDSA_do_sign(), ECDSA_verify(),
|
/openssl-master/test/ |
A D | ecdsatest.c | 244 temp = ECDSA_size(eckey); in test_builtin() 252 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
|
/openssl-master/crypto/ec/ |
A D | ec_pmeth.c | 118 const int sig_sz = ECDSA_size(ec); in pkey_ec_sign()
|
A D | ec_ameth.c | 215 return ECDSA_size(pkey->pkey.ec); in int_ec_size()
|
A D | ec_asn1.c | 1307 int ECDSA_size(const EC_KEY *ec) in ECDSA_size() function
|
/openssl-master/providers/implementations/signature/ |
A D | sm2_sig.c | 164 size_t ecsize = ECDSA_size(ctx->ec); in sm2sig_sign()
|
A D | ecdsa_sig.c | 175 size_t ecsize = ECDSA_size(ctx->ec); in ecdsa_sign()
|
/openssl-master/include/openssl/ |
A D | ec.h | 1453 OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey);
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ec_kmgmt.c | 639 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params()
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 1459 ECDSA_size()
|
/openssl-master/util/ |
A D | libcrypto.num | 1754 ECDSA_size 1797 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
Completed in 29 milliseconds