Home
last modified time | relevance | path

Searched refs:template_init (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kem/
H A Dtemplate_kem.c81 static int template_init(void *vctx, int operation, void *vkey, void *vauth, in template_init() function
99 return template_init(vctx, EVP_PKEY_OP_ENCAPSULATE, vkey, NULL, params); in template_encapsulate_init()
105 return template_init(vctx, EVP_PKEY_OP_DECAPSULATE, vkey, NULL, params); in template_decapsulate_init()