Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_mult_h_arm_ce.c20 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 Dchachapoly.c61 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 Daes_ctr.c125 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 Dbget.doc182 Allocate a buffer of <size> bytes and clear it to all zeroes. The
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1181 correctly as trailing zeroes were not accounted for as unused bits in the

Completed in 9 milliseconds