Searched refs:HashSession (Results 1 – 2 of 2) sorted by relevance
/openbsd/sbin/iked/ |
H A D | sntrup761.c | 1168 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 D | sntrup761.c | 2098 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()
|