Lines Matching refs:fns
341 const OSSL_DISPATCH *fns = algodef->implementation; in evp_asym_cipher_from_algorithm() local
356 for (; fns->function_id != 0; fns++) { in evp_asym_cipher_from_algorithm()
357 switch (fns->function_id) { in evp_asym_cipher_from_algorithm()
361 cipher->newctx = OSSL_FUNC_asym_cipher_newctx(fns); in evp_asym_cipher_from_algorithm()
367 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns); in evp_asym_cipher_from_algorithm()
373 cipher->encrypt = OSSL_FUNC_asym_cipher_encrypt(fns); in evp_asym_cipher_from_algorithm()
379 cipher->decrypt_init = OSSL_FUNC_asym_cipher_decrypt_init(fns); in evp_asym_cipher_from_algorithm()
385 cipher->decrypt = OSSL_FUNC_asym_cipher_decrypt(fns); in evp_asym_cipher_from_algorithm()
391 cipher->freectx = OSSL_FUNC_asym_cipher_freectx(fns); in evp_asym_cipher_from_algorithm()
397 cipher->dupctx = OSSL_FUNC_asym_cipher_dupctx(fns); in evp_asym_cipher_from_algorithm()
403 = OSSL_FUNC_asym_cipher_get_ctx_params(fns); in evp_asym_cipher_from_algorithm()
410 = OSSL_FUNC_asym_cipher_gettable_ctx_params(fns); in evp_asym_cipher_from_algorithm()
417 = OSSL_FUNC_asym_cipher_set_ctx_params(fns); in evp_asym_cipher_from_algorithm()
424 = OSSL_FUNC_asym_cipher_settable_ctx_params(fns); in evp_asym_cipher_from_algorithm()