Searched defs:seed0 (Results 1 – 2 of 2) sorted by relevance
/plan9-contrib/sys/src/libsec/port/ |
H A D | tlshand.c | 1765 tlsPmd5(uchar *buf, int nbuf, uchar *key, int nkey, uchar *label, int nlabel, uchar *seed0, int nse… in tlsPmd5() 1794 tlsPsha1(uchar *buf, int nbuf, uchar *key, int nkey, uchar *label, int nlabel, uchar *seed0, int ns… in tlsPsha1() 1850 tlsPRF(uchar *buf, int nbuf, uchar *key, int nkey, char *label, uchar *seed0, int nseed0, uchar *se… in tlsPRF() 1863 tls12PRF(uchar *buf, int nbuf, uchar *key, int nkey, char *label, uchar *seed0, int nseed0, uchar *… in tls12PRF() 2203 sslPRF(uchar *buf, int nbuf, uchar *key, int nkey, char *label, uchar *seed0, int nseed0, uchar *se… in sslPRF()
|
/plan9-contrib/sys/src/cmd/unix/drawterm/libsec/ |
H A D | tlshand.c | 1638 tlsPmd5(uchar *buf, int nbuf, uchar *key, int nkey, uchar *label, int nlabel, uchar *seed0, int nse… in tlsPmd5() 1667 tlsPsha1(uchar *buf, int nbuf, uchar *key, int nkey, uchar *label, int nlabel, uchar *seed0, int ns… in tlsPsha1() 1697 tlsPRF(uchar *buf, int nbuf, uchar *key, int nkey, char *label, uchar *seed0, int nseed0, uchar *se… in tlsPRF() 1998 sslPRF(uchar *buf, int nbuf, uchar *key, int nkey, char *label, uchar *seed0, int nseed0, uchar *se… in sslPRF()
|