Searched refs:key_to_params (Results 1 – 3 of 3) sorted by relevance
/openssl-master/providers/implementations/keymgmt/ |
A D | mac_legacy_kmgmt.c | 245 static int key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function 290 && !key_to_params(key, tmpl, NULL)) in mac_export() 332 return key_to_params(key, NULL, params); in mac_get_params()
|
A D | ecx_kmgmt.c | 196 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function 232 && !key_to_params(key, tmpl, NULL)) in ecx_export() 283 return key_to_params(ecx, NULL, params); in ecx_get_params()
|
A D | ec_kmgmt.c | 112 int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl, in key_to_params() function 486 ok = ok && key_to_params(ec, tmpl, NULL, include_private, &pub_key); in ec_export() 728 && key_to_params(eck, NULL, params, 1, &pub_key) in common_get_params()
|
Completed in 11 milliseconds