Searched refs:ECDSA_size (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Decdsa.h41 #define ECDSA_size hc_ECDSA_size macro
51 int ECDSA_size(EC_KEY *);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Decdsatest.c234 sig_len = ECDSA_size(eckey);
240 || !TEST_int_le(sig_len, ECDSA_size(eckey))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Decdsatest.c244 temp = ECDSA_size(eckey);
252 || !TEST_int_le(sig_len, ECDSA_size(eckey))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sm2/
H A Dsm2_pmeth.c94 const int sig_sz = ECDSA_size(ctx->pkey->pkey.ec);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto-ec.c250 sig->length = ECDSA_size(signer->private_key.ecdsa);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11-helper.c211 u_int xslen = ECDSA_size(key->ecdsa);
H A Dssh-pkcs11.c533 siglen = ECDSA_size(ec);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_pmeth.c107 const int sig_sz = ECDSA_size(ec);
H A Dec_ameth.c285 return ECDSA_size(pkey->pkey.ec);
H A Dec_asn1.c1310 int ECDSA_size(const EC_KEY *r)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_pmeth.c118 const int sig_sz = ECDSA_size(ec);
H A Decdsa_ossl.c74 *siglen = ECDSA_size(eckey);
H A Dec_ameth.c207 return ECDSA_size(pkey->pkey.ec);
H A Dec_asn1.c1317 int ECDSA_size(const EC_KEY *ec) function
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Dsm2_sig.c12 * internal use - SM2 implemetation uses ECDSA_size() function.
163 /* SM2 uses ECDSA_size as well */
164 size_t ecsize = ECDSA_size(ctx->ec);
H A Decdsa_sig.c175 size_t ecsize = ECDSA_size(ctx->ec);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dec.h1195 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
1230 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
1243 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
1277 int ECDSA_size(const EC_KEY *eckey);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h1369 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
1405 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
1419 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
1455 OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dec_kmgmt.c662 && !OSSL_PARAM_set_int(p, ECDSA_size(eck)))

Completed in 251 milliseconds