Home | History | Annotate | Download | only in cipher

Lines Matching defs:bytes

566       /* Fixed field must be at least 4 bytes and invocation field
589 /* Invocation field will be at least 8 bytes in size and
591 * last 8 bytes. */
1271 uint8_t bytes[8];
1273 for (i = 0; i < sizeof(bytes); i++) {
1274 bytes[i] = value & 0xff;
1277 SHA256_Update(sha256, bytes, sizeof(bytes));
1317 * bytes is pointless. However, |CRYPTO_ctr128_encrypt| requires it. */
1514 /* gcm_siv_crypt encrypts (or decrypts?it's the same thing) |in_len| bytes from
1518 * first four bytes are used and the GCM-SIV tweak to the final byte is