Searched defs:priv_len (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/crypto/openssl/crypto/dh/ |
H A D | dh_backend.c | 51 long priv_len; in ossl_dh_params_fromdata() local
|
/freebsd-src/crypto/openssl/test/ |
H A D | acvp_test.c | 121 size_t priv_len = 0, pubx_len = 0, puby_len = 0; in ecdsa_keygen_test() local 375 size_t priv_len = 0, pub_len = 0; in dsa_keygen_test() local 896 const unsigned char *priv, size_t priv_len, in dh_create_pkey() 949 size_t priv_len = 0, pub_len = 0; in dh_safe_prime_keygen_test() local
|
H A D | evp_pkey_provided_test.c | 554 static const long priv_len = 224; in test_fromdata_dh_named_group() local 768 static const long priv_len = 224; in test_fromdata_dh_fips186_4() local
|
H A D | tls-provider.c | 671 size_t priv_len = 0, pub_len = 0; in xor_import() local
|
/freebsd-src/sys/dev/hyperv/vmbus/ |
H A D | vmbus_xact.c | 249 vmbus_xact_priv(const struct vmbus_xact *xact, size_t priv_len) in vmbus_xact_priv() argument
|
/freebsd-src/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 496 size_t priv_len = 0, pub_len = 0; in ec_to_text() local
|
/freebsd-src/crypto/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 70 int priv_len; member
|
/freebsd-src/contrib/openbsm/libbsm/ |
H A D | bsm_token.c | 128 u_int16_t type_len, priv_len; in au_to_privset() local
|
/freebsd-src/sys/security/audit/ |
H A D | bsm_token.c | 99 u_int16_t type_len, priv_len; in au_to_privset() local
|
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 4385 linuxkpi_ieee80211_alloc_hw(size_t priv_len,const struct ieee80211_ops * ops) linuxkpi_ieee80211_alloc_hw() argument 5311 linuxkpi_wiphy_new(const struct cfg80211_ops * ops,size_t priv_len) linuxkpi_wiphy_new() argument
|
/freebsd-src/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1269 wiphy_new(const struct cfg80211_ops * ops,size_t priv_len) wiphy_new() argument
|
H A D | mac80211.h | 1171 ieee80211_alloc_hw(size_t priv_len,const struct ieee80211_ops * ops) ieee80211_alloc_hw() argument
|