Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDECDSA_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-14-stable/crypto/openssl/test/
HDecdsatest.c244 temp = ECDSA_size(eckey); in test_builtin()
252 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
/freebsd-14-stable/crypto/openssh/
HDssh-pkcs11-helper.c234 if ((len = ECDSA_size(ecdsa)) < 0) in process_sign()
HDssh-pkcs11.c540 siglen = ECDSA_size(ec); in ecdsa_do_sign()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDec_pmeth.c118 const int sig_sz = ECDSA_size(ec); in pkey_ec_sign()
HDecdsa_ossl.c74 *siglen = ECDSA_size(eckey); in ossl_ecdsa_sign()
HDec_ameth.c207 return ECDSA_size(pkey->pkey.ec); in int_ec_size()
HDec_asn1.c1317 int ECDSA_size(const EC_KEY *ec) in ECDSA_size() function
/freebsd-14-stable/crypto/openssl/providers/implementations/signature/
HDsm2_sig.c164 size_t ecsize = ECDSA_size(ctx->ec); in sm2sig_sign()
HDecdsa_sig.c175 size_t ecsize = ECDSA_size(ctx->ec); in ecdsa_sign()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDec.h1455 OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey);
/freebsd-14-stable/crypto/openssl/providers/implementations/keymgmt/
HDec_kmgmt.c662 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params()
/freebsd-14-stable/crypto/heimdal/lib/hx509/
HDcrypto.c453 sig->length = ECDSA_size(signer->private_key.ecdsa); in ecdsa_create_signature()
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map1073 ECDSA_size;
/freebsd-14-stable/crypto/openssl/doc/man7/
HDmigration_guide.pod1516 ECDSA_size()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile1385 MLINKS+= ECDSA_sign.3 ECDSA_size.3
/freebsd-14-stable/crypto/openssl/util/
HDlibcrypto.num1754 ECDSA_size 1797 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC