Searched refs:blk (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/library/ |
A D | padlock.c | 81 uint32_t *blk; in mbedtls_padlock_xcryptecb() local 86 blk = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptecb() 87 memcpy( blk, input, 16 ); in mbedtls_padlock_xcryptecb() 89 ctrl = blk + 4; in mbedtls_padlock_xcryptecb() 103 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb() 106 memcpy( output, blk, 16 ); in mbedtls_padlock_xcryptecb()
|
A D | aria.c | 914 uint8_t blk[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_self_test() local 939 mbedtls_aria_crypt_ecb( &ctx, aria_test1_ecb_pt, blk ); in mbedtls_aria_self_test() 940 if( memcmp( blk, aria_test1_ecb_ct[i], MBEDTLS_ARIA_BLOCKSIZE ) != 0 ) in mbedtls_aria_self_test() 947 mbedtls_aria_crypt_ecb( &ctx, aria_test1_ecb_ct[i], blk ); in mbedtls_aria_self_test() 948 if( memcmp( blk, aria_test1_ecb_pt, MBEDTLS_ARIA_BLOCKSIZE ) != 0 ) in mbedtls_aria_self_test() 1028 mbedtls_aria_crypt_ctr( &ctx, 48, &j, iv, blk, in mbedtls_aria_self_test() 1040 mbedtls_aria_crypt_ctr( &ctx, 48, &j, iv, blk, in mbedtls_aria_self_test()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_aria.function | 231 unsigned char blk[MBEDTLS_ARIA_BLOCKSIZE]; 240 iv_str->x, blk, src_str->x, output ) 257 unsigned char blk[MBEDTLS_ARIA_BLOCKSIZE]; 266 iv_str->x, blk, src_str->x, output )
|
Completed in 4 milliseconds