Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DECDSA_sign.pod5 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 signature
56 point to ECDSA_size(eckey) bytes of memory. The parameter I<type> is currently
85 length is returned in I<siglen>. 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);
/freebsd/crypto/openssl/test/
H A Decdsatest.c244 temp = ECDSA_size(eckey); in test_builtin()
252 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_pmeth.c116 const int sig_sz = ECDSA_size(ec); in pkey_ec_sign()
H A Dec_ameth.c207 return ECDSA_size(pkey->pkey.ec); in int_ec_size()
H A Decdsa_ossl.c81 *siglen = ECDSA_size(eckey); in ossl_ecdsa_sign()
H A Dec_asn1.c1297 int ECDSA_size(const EC_KEY *ec) in ECDSA_size() function
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dsm2_sig.c168 size_t ecsize = ECDSA_size(ctx->ec); in sm2sig_sign()
H A Decdsa_sig.c330 size_t ecsize = ECDSA_size(ctx->ec);
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1466 OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c645 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params()
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c453 sig->length = ECDSA_size(signer->private_key.ecdsa); in ecdsa_create_signature()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1071 ECDSA_size;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1547 ECDSA_size()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1586 MLINKS+= ECDSA_sign.3 ECDSA_size.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1754 ECDSA_size 1797 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC