Home
last modified time | relevance | path

Searched refs:word8 (Results 1 – 23 of 23) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c36 int rijndaelKeySched(word8 k[MAXKC][4], word8 W[MAXROUNDS+1][4][4], int ROUNDS) { in rijndaelKeySched()
42 word8 x8[MAXKC][4]; in rijndaelKeySched()
103 int rijndaelKeyEncToDec(word8 W[MAXROUNDS+1][4][4], int ROUNDS) { in rijndaelKeyEncToDec()
105 word8 *w; in rijndaelKeyEncToDec()
142 int rijndaelEncrypt(word8 in[16], word8 out[16], word8 rk[MAXROUNDS+1][4][4], int ROUNDS) { in rijndaelEncrypt()
145 word8 x8[16]; in rijndaelEncrypt()
151 word8 x8[4][4]; in rijndaelEncrypt()
240 int rijndaelEncryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { in rijndaelEncryptRound()
242 word8 temp[4][4]; in rijndaelEncryptRound()
307 int rijndaelDecrypt(word8 in[16], word8 out[16], word8 rk[MAXROUNDS+1][4][4], int ROUNDS) { in rijndaelDecrypt()
[all …]
Drijndael-api-fst.c40 word8 k[MAXKC][4]; in rijndael_makeKey()
69 k[i >> 2][i & 3] = (word8)keyMat[i]; in rijndael_makeKey()
96 word8 block[16], iv[4][4]; in rijndael_blockEncrypt()
210 word8 block[16], *iv, *cp; in rijndael_padEncrypt()
273 word8 block[16], iv[4][4]; in rijndael_blockDecrypt()
371 word8 block[16]; in rijndael_padDecrypt()
463 word8 block[4][4]; in rijndael_cipherUpdateRounds()
Drijndael_local.h7 typedef u_int8_t word8; typedef
Dboxes-fst.dat3 const word8 S[256] = {
23 static const word8 Si[256] = {
45 word8 xt8[256][4];
608 static const word8 S5[256] = {
/external/libhevc/common/arm/
Dihevc_inter_pred_luma_copy.s62 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_copy.s83 @ word8 *pi1_coeff,
Dihevc_inter_pred_luma_copy_w16out.s63 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_copy_w16out.s83 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_vert_w16inp_w16out.s87 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_vert_w16out.s87 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_vert_w16inp.s86 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_vert.s87 @ word8 *pi1_coeff,
Dihevc_inter_pred_filters_luma_vert_w16inp.s93 @ word8 *pi1_coeff,
Dihevc_inter_pred_luma_vert_w16inp_w16out.s93 @ word8 *pi1_coeff,
Dihevc_inter_pred_filters_luma_vert.s94 @ word8 *pi1_coeff,
554 @ word8 *pi1_coeff,
Dihevc_inter_pred_filters_luma_horz.s93 @ word8 *pi1_coeff,
Dihevc_inter_pred_luma_horz_w16out.s91 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_horz.s87 @ word8 *pi1_coeff,
Dihevc_inter_pred_chroma_horz_w16out.s84 @ word8 *pi1_coeff,
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h306 int32_t word5, int32_t word6, int32_t word7, int32_t word8,
DSkSLSPIRVCodeGenerator.cpp346 int32_t word6, int32_t word7, int32_t word8, in writeInstruction() argument
356 this->writeWord(word8, out); in writeInstruction()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h358 int32_t word5, int32_t word6, int32_t word7, int32_t word8,
DSkSLSPIRVCodeGenerator.cpp345 int32_t word6, int32_t word7, int32_t word8, in writeInstruction() argument
355 this->writeWord(word8, out); in writeInstruction()