Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dcamellia.c322 uint32_t *RK; in mbedtls_camellia_setkey_enc() local
331 RK = ctx->rk; in mbedtls_camellia_setkey_enc()
415 RK[32 + 12 * idx + i] = RK[transposes[idx][i]]; in mbedtls_camellia_setkey_enc()
507 RK += 2; in mbedtls_camellia_crypt_ecb()
509 RK += 2; in mbedtls_camellia_crypt_ecb()
511 RK += 2; in mbedtls_camellia_crypt_ecb()
513 RK += 2; in mbedtls_camellia_crypt_ecb()
515 RK += 2; in mbedtls_camellia_crypt_ecb()
517 RK += 2; in mbedtls_camellia_crypt_ecb()
520 FL(X[0], X[1], RK[0], RK[1]); in mbedtls_camellia_crypt_ecb()
[all …]
A Daes.c585 RK[5] = RK[1] ^ RK[4]; in mbedtls_aes_setkey_enc()
586 RK[6] = RK[2] ^ RK[5]; in mbedtls_aes_setkey_enc()
587 RK[7] = RK[3] ^ RK[6]; in mbedtls_aes_setkey_enc()
601 RK[7] = RK[1] ^ RK[6]; in mbedtls_aes_setkey_enc()
602 RK[8] = RK[2] ^ RK[7]; in mbedtls_aes_setkey_enc()
603 RK[9] = RK[3] ^ RK[8]; in mbedtls_aes_setkey_enc()
604 RK[10] = RK[4] ^ RK[9]; in mbedtls_aes_setkey_enc()
605 RK[11] = RK[5] ^ RK[10]; in mbedtls_aes_setkey_enc()
619 RK[9] = RK[1] ^ RK[8]; in mbedtls_aes_setkey_enc()
620 RK[10] = RK[2] ^ RK[9]; in mbedtls_aes_setkey_enc()
[all …]

Completed in 7 milliseconds