Searched refs:blk (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | padlock.c | 64 uint32_t *blk; in mbedtls_padlock_xcryptecb() local 74 blk = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptecb() 75 memcpy(blk, input, 16); in mbedtls_padlock_xcryptecb() 77 ctrl = blk + 4; in mbedtls_padlock_xcryptecb() 91 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb() 94 memcpy(output, blk, 16); in mbedtls_padlock_xcryptecb()
|
D | aria.c | 814 uint8_t blk[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_self_test() local 839 mbedtls_aria_crypt_ecb(&ctx, aria_test1_ecb_pt, blk); in mbedtls_aria_self_test() 841 memcmp(blk, aria_test1_ecb_ct[i], MBEDTLS_ARIA_BLOCKSIZE) in mbedtls_aria_self_test() 854 mbedtls_aria_crypt_ecb(&ctx, aria_test1_ecb_ct[i], blk); in mbedtls_aria_self_test() 856 memcmp(blk, aria_test1_ecb_pt, MBEDTLS_ARIA_BLOCKSIZE) in mbedtls_aria_self_test() 939 mbedtls_aria_crypt_ctr(&ctx, 48, &j, iv, blk, in mbedtls_aria_self_test() 951 mbedtls_aria_crypt_ctr(&ctx, 48, &j, iv, blk, in mbedtls_aria_self_test()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aria.function | 227 unsigned char blk[MBEDTLS_ARIA_BLOCKSIZE]; 236 iv_str->x, blk, src_str->x, output) 253 unsigned char blk[MBEDTLS_ARIA_BLOCKSIZE]; 262 iv_str->x, blk, src_str->x, output)
|