Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c244 static int key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function
292 && !key_to_params(key, tmpl, NULL)) in mac_export()
334 return key_to_params(key, NULL, params); in mac_get_params()
H A Decx_kmgmt.c209 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function
251 if (!key_to_params(key, tmpl, NULL, include_private)) in ecx_export()
303 return key_to_params(ecx, NULL, params, 1); in ecx_get_params()
H A Dec_kmgmt.c111 int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl, in key_to_params() function
502 ok = ok && key_to_params(ec, tmpl, NULL, include_private, &pub_key); in ec_export()
756 && key_to_params(eck, NULL, params, 1, &pub_key) in common_get_params()