For encryption using EC keys, the "Concatenation Key Derivation Function" is used, but it is implemented inside of the gnupg.
This KDF is quite trivial, but for certification purposes, we should keep it inside of the FIPS boundary of libgcrypt, especially given that this is a FIPS-certifiable KDF.
The current implementation in gnupg: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=g10/ecdh.c;h=c3337d1dc616a4d5456fc3f9af6bb77eb6612f1c;hb=HEAD#l203