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

/linux-master/arch/s390/crypto/
H A Daes_s390.c837 min_bytes, bytes, aad_bytes, pc_bytes; local
884 aad_bytes = aadlen;
889 aad_bytes = aadlen;
894 aad_bytes = bytes & ~(AES_BLOCK_SIZE - 1);
899 if (aad_bytes > 0)
900 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes);
903 gw_out.ptr + aad_bytes,
904 gw_in.ptr + aad_bytes, pc_bytes,
905 gw_in.ptr, aad_bytes);
907 n = aad_bytes
[all...]

Completed in 123 milliseconds