Searched refs:zeroes (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_mult_h_arm_ce.c | 20 const uint8_t zeroes[TEE_AES_BLOCK_SIZE] = { 0 }; in gcm_mult_h() local 39 pmull_ghash_update_p64(1, dg, zeroes, k, NULL); in gcm_mult_h() 41 pmull_ghash_update_p8(1, dg, zeroes, k, NULL); in gcm_mult_h()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | chachapoly.c | 61 unsigned char zeroes[15]; in chachapoly_pad_aad() local 66 memset( zeroes, 0, sizeof( zeroes ) ); in chachapoly_pad_aad() 69 zeroes, in chachapoly_pad_aad() 81 unsigned char zeroes[15]; in chachapoly_pad_ciphertext() local 86 memset( zeroes, 0, sizeof( zeroes ) ); in chachapoly_pad_ciphertext() 88 zeroes, in chachapoly_pad_ciphertext()
|
/optee_os/lib/libmbedtls/core/ |
A D | aes_ctr.c | 125 const unsigned char zeroes[16] = { 0 }; in next_ctr() local 127 crypto_accel_aes_ctr_be_enc(stream_block, zeroes, ctx->key, in next_ctr()
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 182 Allocate a buffer of <size> bytes and clear it to all zeroes. The
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1181 correctly as trailing zeroes were not accounted for as unused bits in the
|
Completed in 11 milliseconds