Searched refs:ossl_ec_group_todata (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | ec.h | 71 int ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl,
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 492 ok = ok && ossl_ec_group_todata(EC_KEY_get0_group(ec), tmpl, NULL, in ec_export() 754 && ossl_ec_group_todata(ecg, NULL, params, libctx, propq, bnctx, in common_get_params()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_ameth.c | 507 if (!ossl_ec_group_todata(ecg, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in ec_pkey_export_to()
|
H A D | ec_backend.c | 288 int ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, in ossl_ec_group_todata() function
|