Lines Matching refs:OSSL_PARAM
87 static int chacha20_get_params(OSSL_PARAM params[]) in chacha20_get_params()
95 static int chacha20_get_ctx_params(void *vctx, OSSL_PARAM params[]) in chacha20_get_ctx_params()
97 OSSL_PARAM *p; in chacha20_get_ctx_params()
113 static const OSSL_PARAM chacha20_known_gettable_ctx_params[] = {
118 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params()
124 static int chacha20_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in chacha20_set_ctx_params()
126 const OSSL_PARAM *p; in chacha20_set_ctx_params()
157 static const OSSL_PARAM chacha20_known_settable_ctx_params[] = {
162 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params()
170 const OSSL_PARAM params[]) in ossl_chacha20_einit()
189 const OSSL_PARAM params[]) in ossl_chacha20_dinit()