Searched refs:chacha20_set_ctx_params (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_chacha20.c27 static OSSL_FUNC_cipher_set_ctx_params_fn chacha20_set_ctx_params; variable
124 static int chacha20_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
182 if (ret && !chacha20_set_ctx_params(vctx, params))
201 if (ret && !chacha20_set_ctx_params(vctx, params))
221 { OSSL_FUNC_CIPHER_SET_CTX_PARAMS, (void (*)(void))chacha20_set_ctx_params },

Completed in 167 milliseconds