Searched refs:spi_decr_tmpl (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/api/ |
H A D | kcf_dual.c | 1144 crypto_spi_ctx_template_t spi_decr_tmpl = NULL, spi_mac_tmpl = NULL; in crypto_mac_decrypt_common() local 1189 spi_decr_tmpl = ctx_decr_tmpl->ct_prov_tmpl; in crypto_mac_decrypt_common() 1217 (crypto_data_t *)ct, pt, spi_decr_tmpl); in crypto_mac_decrypt_common() 1267 (crypto_data_t *)pt, spi_decr_tmpl, in crypto_mac_decrypt_common() 1275 spi_decr_tmpl); in crypto_mac_decrypt_common() 1343 decr_key, ct, mac, pt, spi_mac_tmpl, spi_decr_tmpl, in crypto_mac_decrypt_common() 1348 ct, mac, pt, spi_mac_tmpl, spi_decr_tmpl, in crypto_mac_decrypt_common() 1356 spi_mac_tmpl, spi_decr_tmpl); in crypto_mac_decrypt_common() 1408 crypto_spi_ctx_template_t spi_decr_tmpl = NULL, spi_mac_tmpl = NULL; in crypto_mac_decrypt_common_prov() local 1441 spi_decr_tmpl = ctx_decr_tmpl->ct_prov_tmpl; in crypto_mac_decrypt_common_prov() [all …]
|