Lines Matching refs:function

1527 	union ccp_function function;  in ccp_perform_passthru()  local
1539 function.raw = 0; in ccp_perform_passthru()
1540 CCP_PT_BYTESWAP(&function) = pst->byte_swap; in ccp_perform_passthru()
1541 CCP_PT_BITWISE(&function) = pst->bit_mod; in ccp_perform_passthru()
1542 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_passthru()
1577 union ccp_function function; in ccp_perform_hmac() local
1625 function.raw = 0; in ccp_perform_hmac()
1626 CCP_SHA_TYPE(&function) = session->auth.ut.sha_type; in ccp_perform_hmac()
1627 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_hmac()
1709 function.raw = 0; in ccp_perform_hmac()
1710 CCP_SHA_TYPE(&function) = session->auth.ut.sha_type; in ccp_perform_hmac()
1711 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_hmac()
1759 union ccp_function function; in ccp_perform_sha() local
1806 function.raw = 0; in ccp_perform_sha()
1807 CCP_SHA_TYPE(&function) = session->auth.ut.sha_type; in ccp_perform_sha()
1808 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_sha()
1854 union ccp_function function; in ccp_perform_sha3_hmac() local
1890 function.raw = 0; in ccp_perform_sha3_hmac()
1891 CCP_SHA_TYPE(&function) = session->auth.ut.sha_type; in ccp_perform_sha3_hmac()
1892 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_sha3_hmac()
1955 function.raw = 0; in ccp_perform_sha3_hmac()
1956 CCP_SHA_TYPE(&function) = session->auth.ut.sha_type; in ccp_perform_sha3_hmac()
1957 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_sha3_hmac()
2000 union ccp_function function; in ccp_perform_sha3() local
2036 function.raw = 0; in ccp_perform_sha3()
2037 CCP_SHA_TYPE(&function) = session->auth.ut.sha_type; in ccp_perform_sha3()
2038 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_sha3()
2072 union ccp_function function; in ccp_perform_aes_cmac() local
2091 function.raw = 0; in ccp_perform_aes_cmac()
2092 CCP_AES_ENCRYPT(&function) = CCP_CIPHER_DIR_ENCRYPT; in ccp_perform_aes_cmac()
2093 CCP_AES_MODE(&function) = session->auth.um.aes_mode; in ccp_perform_aes_cmac()
2094 CCP_AES_TYPE(&function) = session->auth.ut.aes_type; in ccp_perform_aes_cmac()
2120 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes_cmac()
2167 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes_cmac()
2196 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes_cmac()
2236 union ccp_function function; in ccp_perform_aes() local
2246 function.raw = 0; in ccp_perform_aes()
2254 CCP_AES_SIZE(&function) = 0x1F; in ccp_perform_aes()
2290 CCP_AES_ENCRYPT(&function) = session->cipher.dir; in ccp_perform_aes()
2291 CCP_AES_MODE(&function) = session->cipher.um.aes_mode; in ccp_perform_aes()
2292 CCP_AES_TYPE(&function) = session->cipher.ut.aes_type; in ccp_perform_aes()
2293 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes()
2323 union ccp_function function; in ccp_perform_3des() local
2389 function.raw = 0; in ccp_perform_3des()
2390 CCP_DES_ENCRYPT(&function) = session->cipher.dir; in ccp_perform_3des()
2391 CCP_DES_MODE(&function) = session->cipher.um.des_mode; in ccp_perform_3des()
2392 CCP_DES_TYPE(&function) = session->cipher.ut.des_type; in ccp_perform_3des()
2393 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_3des()
2431 union ccp_function function; in ccp_perform_aes_gcm() local
2477 function.raw = 0; in ccp_perform_aes_gcm()
2478 CCP_AES_ENCRYPT(&function) = CCP_AES_MODE_GHASH_AAD; in ccp_perform_aes_gcm()
2479 CCP_AES_MODE(&function) = CCP_AES_MODE_GHASH; in ccp_perform_aes_gcm()
2480 CCP_AES_TYPE(&function) = session->cipher.ut.aes_type; in ccp_perform_aes_gcm()
2487 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes_gcm()
2510 function.raw = 0; in ccp_perform_aes_gcm()
2511 CCP_AES_ENCRYPT(&function) = session->cipher.dir; in ccp_perform_aes_gcm()
2512 CCP_AES_MODE(&function) = CCP_AES_MODE_GCTR; in ccp_perform_aes_gcm()
2513 CCP_AES_TYPE(&function) = session->cipher.ut.aes_type; in ccp_perform_aes_gcm()
2515 CCP_AES_SIZE(&function) = (AES_BLOCK_SIZE << 3) - 1; in ccp_perform_aes_gcm()
2517 CCP_AES_SIZE(&function) = (non_align_len << 3) - 1; in ccp_perform_aes_gcm()
2525 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes_gcm()
2561 function.raw = 0; in ccp_perform_aes_gcm()
2562 CCP_AES_ENCRYPT(&function) = CCP_AES_MODE_GHASH_FINAL; in ccp_perform_aes_gcm()
2563 CCP_AES_MODE(&function) = CCP_AES_MODE_GHASH; in ccp_perform_aes_gcm()
2564 CCP_AES_TYPE(&function) = session->cipher.ut.aes_type; in ccp_perform_aes_gcm()
2570 CCP_CMD_FUNCTION(desc) = function.raw; in ccp_perform_aes_gcm()