Searched refs:nonce_size (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dvmac.c72 unsigned int nonce_size; /* nonce bytes filled so far */ member in struct:vmac_desc_ctx
488 dctx->nonce_size = 0;
499 if (dctx->nonce_size < VMAC_NONCEBYTES) {
500 n = min(len, VMAC_NONCEBYTES - dctx->nonce_size);
501 memcpy(&dctx->nonce.bytes[dctx->nonce_size], p, n);
502 dctx->nonce_size += n;
569 if (dctx->nonce_size != VMAC_NONCEBYTES)
/linux-master/drivers/char/tpm/
H A Dtpm2-cmd.c221 __be16 nonce_size; member in struct:tpm2_null_auth_area
250 auth_area.nonce_size = 0;
/linux-master/net/tls/
H A Dtls_sw.c2661 u16 nonce_size = cipher_desc->nonce; local
2664 nonce_size = 0;
2673 if (nonce_size > TLS_MAX_IV_SIZE || prot->aad_size > TLS_MAX_AAD_SIZE)
2678 prot->prepend_size = TLS_HEADER_SIZE + nonce_size;
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h2181 uint8_t nonce_size; /* Nonce size; may be 0 */ member in struct:ec_params_vboot_hash
2185 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */

Completed in 131 milliseconds