Searched refs:word8 (Results 1 – 23 of 23) sorted by relevance
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-alg-fst.c | 36 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 …]
|
D | rijndael-api-fst.c | 40 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()
|
D | rijndael_local.h | 7 typedef u_int8_t word8; typedef
|
D | boxes-fst.dat | 3 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/ |
D | ihevc_inter_pred_luma_copy.s | 62 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_copy.s | 83 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_luma_copy_w16out.s | 63 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_copy_w16out.s | 83 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_vert_w16inp_w16out.s | 87 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_vert_w16out.s | 87 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_vert_w16inp.s | 86 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_vert.s | 87 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_filters_luma_vert_w16inp.s | 93 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_luma_vert_w16inp_w16out.s | 93 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_filters_luma_vert.s | 94 @ word8 *pi1_coeff, 554 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_filters_luma_horz.s | 93 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_luma_horz_w16out.s | 91 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_horz.s | 87 @ word8 *pi1_coeff,
|
D | ihevc_inter_pred_chroma_horz_w16out.s | 84 @ word8 *pi1_coeff,
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 306 int32_t word5, int32_t word6, int32_t word7, int32_t word8,
|
D | SkSLSPIRVCodeGenerator.cpp | 346 int32_t word6, int32_t word7, int32_t word8, in writeInstruction() argument 356 this->writeWord(word8, out); in writeInstruction()
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 358 int32_t word5, int32_t word6, int32_t word7, int32_t word8,
|
D | SkSLSPIRVCodeGenerator.cpp | 345 int32_t word6, int32_t word7, int32_t word8, in writeInstruction() argument 355 this->writeWord(word8, out); in writeInstruction()
|