Searched defs:Encalg (Results 1 – 7 of 7) sorted by relevance
/plan9-contrib/sys/src/9/port/ |
H A D | devssl.c | 995 typedef struct Encalg Encalg; typedef 996 struct Encalg struct 1005 Encalg encrypttab[] = argument
|
H A D | devtls.c | 1452 typedef struct Encalg Encalg; typedef 1453 struct Encalg struct 1458 void (*initkey)(Encalg *ea, Secret *, uchar*, uchar*); argument 1472 initDES3key(Encalg *, Secret *s, uchar *p, uchar *iv) in initDES3key() argument 1492 initclearenc(Encalg *, Secret *s, uchar *, uchar *) in initclearenc() argument
|
/plan9-contrib/sys/src/9k/port/ |
H A D | devssl.c | 996 typedef struct Encalg Encalg; typedef 997 struct Encalg struct 1006 Encalg encrypttab[] = argument
|
H A D | devtls.c | 1452 typedef struct Encalg Encalg; typedef 1453 struct Encalg struct 1458 void (*initkey)(Encalg *ea, Secret *, uchar*, uchar*); argument 1472 initDES3key(Encalg *, Secret *s, uchar *p, uchar *iv) in initDES3key() argument 1492 initclearenc(Encalg *, Secret *s, uchar *, uchar *) in initclearenc() argument
|
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/ |
H A D | devssl.c | 997 typedef struct Encalg Encalg; typedef 998 struct Encalg struct 1007 Encalg encrypttab[] = argument
|
H A D | devtls.c | 1403 typedef struct Encalg Encalg; typedef 1404 struct Encalg struct 1409 void (*initkey)(Encalg *ea, Secret *, uchar*, uchar*); argument
|
/plan9-contrib/sys/src/9/ppc/ |
H A D | devtls.c | 1384 typedef struct Encalg Encalg; typedef 1385 struct Encalg struct 1390 void (*initkey)(Encalg *ea, Secret *, uchar*, uchar*); argument 1404 initDES3key(Encalg *, Secret *s, uchar *p, uchar *iv) in initDES3key() argument 1414 initclearenc(Encalg *, Secret *s, uchar *, uchar *) in initclearenc() argument
|