Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dfake_rsaprov.c162 OSSL_CALLBACK *param_callback, void *cbarg) in fake_rsa_keymgmt_export() argument
173 ret = param_callback(params, cbarg); in fake_rsa_keymgmt_export()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c204 OSSL_CALLBACK *param_callback, void *cbarg) in rsa_export() argument
237 ok = param_callback(params, cbarg); in rsa_export()