Searched refs:ECDSA_size (Results 1 – 12 of 12) sorted by relevance
5 ECDSA_size, ECDSA_sign, ECDSA_do_sign,18 int ECDSA_size(const EC_KEY *eckey);49 ECDSA_size() returns the maximum length of a DER encoded ECDSA signature56 point to ECDSA_size(eckey) bytes of memory. The parameter I<type> is currently85 length is returned in I<sig_len>. Note: I<sig> must point to ECDSA_size(eckey)93 ECDSA_size() returns the maximum length signature or 0 on error.136 buf_len = ECDSA_size(eckey);
244 temp = ECDSA_size(eckey); in test_builtin()252 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
116 const int sig_sz = ECDSA_size(ec); in pkey_ec_sign()
207 return ECDSA_size(pkey->pkey.ec); in int_ec_size()
81 *siglen = ECDSA_size(eckey); in ossl_ecdsa_sign()
1309 int ECDSA_size(const EC_KEY *ec) in ECDSA_size() function
168 size_t ecsize = ECDSA_size(ctx->ec); in sm2sig_sign()
322 size_t ecsize = ECDSA_size(ctx->ec); in ecdsa_sign_directly()
1474 OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey);
665 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params()
1537 ECDSA_size()
1754 ECDSA_size 1797 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
Completed in 51 milliseconds