Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dsntrup761.c1168 static void HashSession(unsigned char *k,int b,const unsigned char *y,const unsigned char *z) in HashSession() function
1217 HashSession(k,1,r_enc,c); in Encap()
1246 HashSession(k,1+mask,r_enc,c); in Decap()
/openbsd/usr.bin/ssh/
H A Dsntrup761.c2098 static void HashSession(unsigned char *k, int b, const unsigned char *y, const unsigned char *z) { in HashSession() function
2128 HashSession(k, 1, r_enc, c); in crypto_kem_sntrup761_enc()
2150 HashSession(k, 1 + mask, r_enc, c); in crypto_kem_sntrup761_dec()