Lines Matching defs:fns
328 const OSSL_DISPATCH *fns = algodef->implementation;
343 for (; fns->function_id != 0; fns++) {
344 switch (fns->function_id) {
348 cipher->newctx = OSSL_FUNC_asym_cipher_newctx(fns);
354 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns);
360 cipher->encrypt = OSSL_FUNC_asym_cipher_encrypt(fns);
366 cipher->decrypt_init = OSSL_FUNC_asym_cipher_decrypt_init(fns);
372 cipher->decrypt = OSSL_FUNC_asym_cipher_decrypt(fns);
378 cipher->freectx = OSSL_FUNC_asym_cipher_freectx(fns);
384 cipher->dupctx = OSSL_FUNC_asym_cipher_dupctx(fns);
390 = OSSL_FUNC_asym_cipher_get_ctx_params(fns);
397 = OSSL_FUNC_asym_cipher_gettable_ctx_params(fns);
404 = OSSL_FUNC_asym_cipher_set_ctx_params(fns);
411 = OSSL_FUNC_asym_cipher_settable_ctx_params(fns);