Lines Matching defs:context

81 	 * For SW providers, check the validity of the context template
212 * For SW providers, check the validity of the context template
448 * For SW providers, check the validity of the context template
590 * For SW providers, check the validity of the context template
678 * provider's context, so we free it now so
764 * MAC context, once it gets one.
867 crypto_encrypt_mac_update(crypto_context_t context,
870 crypto_ctx_t *ctx = (crypto_ctx_t *)context, *mac_ctx;
902 error = crypto_encrypt_update(context,
905 error = crypto_encrypt_update(context, pt,
970 int crypto_encrypt_mac_final(crypto_context_t context, crypto_dual_data_t *ct,
973 crypto_ctx_t *ctx = (crypto_ctx_t *)context, *mac_ctx;
1001 error = crypto_encrypt_final(context,
1168 * For SW providers, check the validity of the context template
1422 * For SW providers, check the validity of the context template
1559 * For SW providers, check the validity of the context template
1659 * provider's context, so we free it now so
1698 * Here also, the mac context is second. The callback
1699 * case can't overwrite the context returned to
1737 * That function will set the MAC context's kc_secondctx to
1738 * this decrypt context.
1871 * For SW providers, check the validity of the context template
1973 crypto_mac_decrypt_update(crypto_context_t context,
1976 crypto_ctx_t *ctx = (crypto_ctx_t *)context, *mac_ctx;
2022 error = crypto_decrypt_update(context,
2063 crypto_mac_decrypt_final(crypto_context_t context, crypto_data_t *mac,
2066 crypto_ctx_t *ctx = (crypto_ctx_t *)context, *mac_ctx;
2099 error = crypto_decrypt_final(context, pt, NULL);