Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dmlx_kmgmt.c414 const OSSL_PARAM *param_prv_key = NULL, *param_pub_key; in mlx_kem_key_fromdata() local
431 param_prv_key = OSSL_PARAM_locate_const(params, in mlx_kem_key_fromdata()
433 if (param_prv_key != NULL && in mlx_kem_key_fromdata()
434 OSSL_PARAM_get_octet_string_ptr(param_prv_key, &prvenc, &prvlen) != 1) in mlx_kem_key_fromdata()