Home
last modified time | relevance | path

Searched refs:ECDSA_size (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/doc/man3/
DECDSA_SIG_new.pod6 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 signature
78 point to ECDSA_size(eckey) bytes of memory. The parameter B<type> is currently
107 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);
/third_party/openssl/test/
Decdsatest.c234 sig_len = ECDSA_size(eckey); in test_builtin()
240 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
/third_party/openssl/crypto/sm2/
Dsm2_pmeth.c94 const int sig_sz = ECDSA_size(ctx->pkey->pkey.ec); in pkey_sm2_sign()
/third_party/openssl/crypto/ec/
Dec_pmeth.c107 const int sig_sz = ECDSA_size(ec); in pkey_ec_sign()
Dec_ameth.c285 return ECDSA_size(pkey->pkey.ec); in int_ec_size()
Dec_asn1.c1300 int ECDSA_size(const EC_KEY *r) in ECDSA_size() function
/third_party/openssl/include/openssl/
Dec.h1277 int ECDSA_size(const EC_KEY *eckey);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1292 #define ECDSA_size BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ECDSA_size) macro
/third_party/openssl/util/
Dlibcrypto.num1809 ECDSA_size 1797 1_1_0 EXIST::FUNCTION:EC