Lines Matching refs:OSSL_PARAM
67 static int chacha20_get_params(OSSL_PARAM params[]) in chacha20_get_params()
75 static int chacha20_get_ctx_params(void *vctx, OSSL_PARAM params[]) in chacha20_get_ctx_params()
77 OSSL_PARAM *p; in chacha20_get_ctx_params()
93 static const OSSL_PARAM chacha20_known_gettable_ctx_params[] = {
98 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params()
104 static int chacha20_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in chacha20_set_ctx_params()
106 const OSSL_PARAM *p; in chacha20_set_ctx_params()
137 static const OSSL_PARAM chacha20_known_settable_ctx_params[] = {
142 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params()
150 const OSSL_PARAM params[]) in ossl_chacha20_einit()
169 const OSSL_PARAM params[]) in ossl_chacha20_dinit()