Home
last modified time | relevance | path

Searched refs:EVP_PKEY_size (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_get_size.pod6 EVP_PKEY_bits, EVP_PKEY_security_bits, EVP_PKEY_size
19 #define EVP_PKEY_size EVP_PKEY_get_size
78 The EVP_PKEY_bits(), EVP_PKEY_security_bits(), and EVP_PKEY_size() functions
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Devp.rs131 pub unsafe fn EVP_PKEY_size(pkey: *const EVP_PKEY) -> c_int { in EVP_PKEY_size() function
/third_party/fsverity-utils/lib/
Dsign_digest.c152 sig_len = EVP_PKEY_size(pkey); in sign_pkcs7()
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs197 #[corresponds(EVP_PKEY_size)]
199 unsafe { ffi::EVP_PKEY_size(self.as_ptr()) as usize } in size()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs227 … pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int;
/third_party/openssl/util/
Dother.syms672 EVP_PKEY_size define
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md388 * Added `EVP_PKEY_size`.
/third_party/openssl/ohos_lite/include/openssl/
Devp.h996 int EVP_PKEY_size(const EVP_PKEY *pkey);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2780 sig_len = EVP_PKEY_size((EVP_PKEY *) key); in crypto_ec_key_sign()
/third_party/openssl/include/openssl/
Devp.h1315 # define EVP_PKEY_size EVP_PKEY_get_size macro
/third_party/openssl/test/
Devp_extra_test.c4251 reslen = EVP_PKEY_size(pkey); in test_custom_pmeth()
/third_party/node/src/
Dnode_crypto.cc4681 int signed_sig_len = EVP_PKEY_size(pkey.get()); in Node_SignFinal()