Home
last modified time | relevance | path

Searched refs:RK (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dcamellia.c345 uint32_t *RK; in mbedtls_camellia_setkey_enc() local
354 RK = ctx->rk; in mbedtls_camellia_setkey_enc()
438 RK[32 + 12 * idx + i] = RK[transposes[idx][i]]; in mbedtls_camellia_setkey_enc()
530 RK += 2; in mbedtls_camellia_crypt_ecb()
532 RK += 2; in mbedtls_camellia_crypt_ecb()
534 RK += 2; in mbedtls_camellia_crypt_ecb()
536 RK += 2; in mbedtls_camellia_crypt_ecb()
538 RK += 2; in mbedtls_camellia_crypt_ecb()
540 RK += 2; in mbedtls_camellia_crypt_ecb()
543 FL(X[0], X[1], RK[0], RK[1]); in mbedtls_camellia_crypt_ecb()
[all …]
A Daes.c608 RK[5] = RK[1] ^ RK[4]; in mbedtls_aes_setkey_enc()
609 RK[6] = RK[2] ^ RK[5]; in mbedtls_aes_setkey_enc()
610 RK[7] = RK[3] ^ RK[6]; in mbedtls_aes_setkey_enc()
624 RK[7] = RK[1] ^ RK[6]; in mbedtls_aes_setkey_enc()
625 RK[8] = RK[2] ^ RK[7]; in mbedtls_aes_setkey_enc()
626 RK[9] = RK[3] ^ RK[8]; in mbedtls_aes_setkey_enc()
627 RK[10] = RK[4] ^ RK[9]; in mbedtls_aes_setkey_enc()
628 RK[11] = RK[5] ^ RK[10]; in mbedtls_aes_setkey_enc()
642 RK[9] = RK[1] ^ RK[8]; in mbedtls_aes_setkey_enc()
643 RK[10] = RK[2] ^ RK[9]; in mbedtls_aes_setkey_enc()
[all …]

Completed in 7 milliseconds