Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcrypto_api.h50 int crypto_kem_sntrup761_enc(unsigned char *cstr, unsigned char *k,
H A Dkexsntrup761x25519.c121 crypto_kem_sntrup761_enc(ciphertext, kem_key, client_pub); in kex_kem_sntrup761x25519_enc()
H A Dssh_namespace.h232 #define crypto_kem_sntrup761_enc Fssh_crypto_kem_sntrup761_enc macro
H A Dsntrup761.c1262 int crypto_kem_sntrup761_enc(unsigned char *c,unsigned char *k,const unsigned char *pk) in crypto_kem_sntrup761_enc() function