Home
last modified time | relevance | path

Searched defs:cipherKey (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Daes.c132 static int rijndaelKeySetup(u32 erk[/*4*(Nr + 1)*/], u32 drk[/*4*(Nr + 1)*/], const u8 cipherKey[],… in rijndaelKeySetup()
875 static int rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { in rijndaelKeySetupEnc()
962 static int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) { in rijndaelKeySetupDec()
/plan9/sys/src/libsec/port/
H A Daes.c420 const uchar cipherKey[], int keyBits) in aes_setup()
1162 aes_setupEnc(ulong rk[/*4*(Nr + 1)*/], const uchar cipherKey[], int keyBits) in aes_setupEnc()
1249 aes_setupDec(ulong rk[/* 4*(Nr + 1) */], const uchar cipherKey[], int keyBits) in aes_setupDec()