Searched refs:RK (Results 1 – 2 of 2) sorted by relevance
297 uint32_t *RK; in mbedtls_camellia_setkey_enc() local303 RK = ctx->rk; in mbedtls_camellia_setkey_enc()392 RK[32 + 12 * idx + i] = RK[transposes[idx][i]]; in mbedtls_camellia_setkey_enc()482 RK += 2; in mbedtls_camellia_crypt_ecb()484 RK += 2; in mbedtls_camellia_crypt_ecb()486 RK += 2; in mbedtls_camellia_crypt_ecb()488 RK += 2; in mbedtls_camellia_crypt_ecb()490 RK += 2; in mbedtls_camellia_crypt_ecb()492 RK += 2; in mbedtls_camellia_crypt_ecb()495 FL(X[0], X[1], RK[0], RK[1]); in mbedtls_camellia_crypt_ecb()[all …]
627 RK[5] = RK[1] ^ RK[4]; in mbedtls_aes_setkey_enc()628 RK[6] = RK[2] ^ RK[5]; in mbedtls_aes_setkey_enc()629 RK[7] = RK[3] ^ RK[6]; in mbedtls_aes_setkey_enc()643 RK[7] = RK[1] ^ RK[6]; in mbedtls_aes_setkey_enc()644 RK[8] = RK[2] ^ RK[7]; in mbedtls_aes_setkey_enc()645 RK[9] = RK[3] ^ RK[8]; in mbedtls_aes_setkey_enc()646 RK[10] = RK[4] ^ RK[9]; in mbedtls_aes_setkey_enc()647 RK[11] = RK[5] ^ RK[10]; in mbedtls_aes_setkey_enc()660 RK[9] = RK[1] ^ RK[8]; in mbedtls_aes_setkey_enc()661 RK[10] = RK[2] ^ RK[9]; in mbedtls_aes_setkey_enc()[all …]
Completed in 11 milliseconds