Searched refs:ECDSA_size (Results 1 – 9 of 9) sorted by relevance
6 ECDSA_SIG_new, ECDSA_SIG_free, ECDSA_size, ECDSA_sign, ECDSA_do_sign,21 int ECDSA_size(const EC_KEY *eckey);72 ECDSA_size() returns the maximum length of a DER encoded ECDSA signature78 point to ECDSA_size(eckey) bytes of memory. The parameter B<type> is currently107 length is returned in B<sig_len>. Note: B<sig> must point to ECDSA_size(eckey)122 ECDSA_size() returns the maximum length signature or 0 on error.164 buf_len = ECDSA_size(eckey);
234 sig_len = ECDSA_size(eckey); in test_builtin()240 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
94 const int sig_sz = ECDSA_size(ctx->pkey->pkey.ec); in pkey_sm2_sign()
107 const int sig_sz = ECDSA_size(ec); in pkey_ec_sign()
285 return ECDSA_size(pkey->pkey.ec); in int_ec_size()
1300 int ECDSA_size(const EC_KEY *r) in ECDSA_size() function
1277 int ECDSA_size(const EC_KEY *eckey);
1292 #define ECDSA_size BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ECDSA_size) macro
1809 ECDSA_size 1797 1_1_0 EXIST::FUNCTION:EC