Lines Matching full:gcm
47 "XTS", "CCM", "GCM"
57 "Rabin", "CCM", "GCM", "Reserved"
677 ctrl1 |= SPU2_RETURN_AAD2; /* need aad2 for gcm aes esp */ in spu2_fmd_ctrl1_write()
852 * spu2_gcm_ccm_pad_len() - Determine the length of GCM/CCM padding for either
857 * Return: 0. Unlike SPU-M, SPU2 hardware does any GCM/CCM padding required.
882 /* gcm aes esp has to write 8-byte IV in response */ in spu2_assoc_resp_len()
987 * On SPU 2, aes gcm cipher first on encrypt, auth first on in spu2_create_request()
1027 /* If we are doing GCM hashing only - either via rfc4543 transform in spu2_create_request()
1028 * or because we happen to do GCM with AAD only and no payload - we in spu2_create_request()
1031 * GCM cipher with 0 size payload is not permitted. in spu2_create_request()
1233 * @gcm_padding: Length of GCM padding, in bytes
1241 * 1. GCM pad - for GCM mode ciphers, pad to 16-byte alignment
1252 /* fix data alignent for GCM */ in spu2_request_pad()
1254 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spu2_request_pad()