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