Searched refs:EVP_PKEY_bits (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.bin/openssl/
H A Ds_cb.c273 BIO_printf(out, "DH, %d bits\n", EVP_PKEY_bits(pkey));
287 BIO_printf(out, "ECDH, %s, %d bits\n", cname, EVP_PKEY_bits(pkey));
292 EVP_PKEY_bits(pkey));
H A Ds_client.c1716 EVP_PKEY_bits(pktmp));
H A Dreq.c1687 *pkeylen = EVP_PKEY_bits(param);
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c263 EVP_PKEY_bits(const EVP_PKEY *pkey) function
269 LCRYPTO_ALIAS(EVP_PKEY_bits); variable
H A Devp.h773 int EVP_PKEY_bits(const EVP_PKEY *pkey);
/openbsd-current/usr.sbin/acme-client/
H A Dacctproc.c389 if ((bn_len = (EVP_PKEY_bits(pkey) + 7) / 8) <= 0) {
390 warnx("EVP_PKEY_bits");
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h277 LCRYPTO_USED(EVP_PKEY_bits); variable
/openbsd-current/usr.sbin/rpki-client/
H A Dvalidate.c594 if ((key_bits = EVP_PKEY_bits(pkey)) != 2048) {
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_ameth.c711 if ((EVP_PKEY_bits(pk) & 0x7) == 1)
/openbsd-current/sbin/iked/
H A Dcrypto.c1029 return (2 * ((EVP_PKEY_bits(dsa->dsa_key) + 7) / 8));
/openbsd-current/lib/libssl/
H A Dssl_lib.c2441 if ((key_bits = EVP_PKEY_bits(cpk->privatekey)) <= 0)

Completed in 295 milliseconds