Home
last modified time | relevance | path

Searched refs:key_params (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_dsa_kmgmt.c199 const ML_DSA_PARAMS *key_params = ossl_ml_dsa_key_params(key); in ml_dsa_key_fromdata() local
207 if (pk != NULL && pk_len != key_params->pk_len) { in ml_dsa_key_fromdata()
209 "Invalid %s public key length", key_params->alg); in ml_dsa_key_fromdata()
228 if (sk != NULL && sk_len != key_params->sk_len) { in ml_dsa_key_fromdata()
230 "Invalid %s private key length", key_params->alg); in ml_dsa_key_fromdata()
265 key_params->alg); in ml_dsa_key_fromdata()
412 const ML_DSA_PARAMS *key_params; in ml_dsa_load() local
434 key_params = ossl_ml_dsa_key_params(key); in ml_dsa_load()
437 key_params->alg); in ml_dsa_load()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c613 OSSL_PARAM *key_params = NULL; in self_test_asym_keygen() local
625 key_params = kat_params_to_ossl_params(libctx, t->keygen_params, NULL); in self_test_asym_keygen()
626 if (key_params == NULL) in self_test_asym_keygen()
630 || EVP_PKEY_CTX_set_params(key_ctx, key_params) != 1 in self_test_asym_keygen()
649 OSSL_PARAM_free(key_params); in self_test_asym_keygen()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h695 struct key_params { struct
1262 …ey)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, struct key_params *);
1264 …t net_device *, int, uint8_t, bool, const uint8_t *, void *, void(*)(void *, struct key_params *));
/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c1256 static int do_check_params(OSSL_PARAM key_params[], int expected) in do_check_params() argument
1265 EVP_PKEY_KEYPAIR, key_params), in do_check_params()
H A Devp_extra_test.c2381 OSSL_PARAM key_params[2]; in test_evp_mac_poly1305_no_key() local
2385 key_params[0] = OSSL_PARAM_construct_octet_string(OSSL_MAC_PARAM_KEY, in test_evp_mac_poly1305_no_key()
2387 key_params[1] = OSSL_PARAM_construct_end(); in test_evp_mac_poly1305_no_key()
2403 if (!TEST_int_eq(EVP_MAC_CTX_set_params(ctx, key_params), 1) in test_evp_mac_poly1305_no_key()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c2866 const u8 *mac_addr, struct key_params *params) in brcmf_cfg80211_add_key()
3000 struct key_params *params)) in brcmf_cfg80211_get_key()
3003 struct key_params params; in brcmf_cfg80211_get_key()