Searched refs:key_to_params (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | mac_legacy_kmgmt.c | 235 static int key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function 283 && !key_to_params(key, tmpl, NULL)) in mac_export() 325 return key_to_params(key, NULL, params); in mac_get_params()
|
| H A D | template_kmgmt.c | 135 static int key_to_params(void *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function 167 if (!key_to_params(key, tmpl, NULL, include_private)) in template_export()
|
| H A D | slh_dsa_kmgmt.c | 153 static int key_to_params(SLH_DSA_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function 239 if (!key_to_params(key, tmpl, selection)) in slh_dsa_export()
|
| H A D | ecx_kmgmt.c | 224 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params() function 266 if (!key_to_params(key, tmpl, NULL, include_private)) in ecx_export() 328 return key_to_params(ecx, NULL, params, 1); in ecx_get_params()
|
| H A D | ec_kmgmt.c | 113 static ossl_inline int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl, in key_to_params() function 489 ok = ok && key_to_params(ec, tmpl, NULL, include_private, &pub_key); in ec_export() 739 && key_to_params(eck, NULL, params, 1, &pub_key) in common_get_params()
|