Lines Matching refs:plaintext

319     crypto_mechanism_t *mech, crypto_data_t *plaintext, crypto_key_t *key,  in crypto_encrypt_prov()  argument
340 plaintext, ciphertext, tmpl); in crypto_encrypt_prov()
354 crypto_encrypt(crypto_mechanism_t *mech, crypto_data_t *plaintext, in crypto_encrypt() argument
369 list, CRYPTO_FG_ENCRYPT_ATOMIC, plaintext->cd_length)) == NULL) { in crypto_encrypt()
402 plaintext, ciphertext, spi_ctx_tmpl, KCF_SWFP_RHNDL(crq)); in crypto_encrypt()
406 mech, key, plaintext, ciphertext, spi_ctx_tmpl); in crypto_encrypt()
473 crypto_encrypt_update(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_update() argument
492 error = KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, in crypto_encrypt_update()
500 if (plaintext->cd_length < kcf_ctx->kc_mech->me_threshold && in crypto_encrypt_update()
508 ctx->cc_session, NULL, NULL, plaintext, ciphertext, NULL); in crypto_encrypt_update()
601 crypto_ctx_template_t tmpl, crypto_data_t *plaintext, in crypto_decrypt_prov() argument
621 ciphertext, plaintext, tmpl); in crypto_decrypt_prov()
637 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *plaintext, in crypto_decrypt() argument
684 ciphertext, plaintext, spi_ctx_tmpl, KCF_SWFP_RHNDL(crq)); in crypto_decrypt()
688 mech, key, ciphertext, plaintext, spi_ctx_tmpl); in crypto_decrypt()
756 crypto_data_t *plaintext, crypto_call_req_t *cr) in crypto_decrypt_update() argument
775 plaintext, NULL); in crypto_decrypt_update()
790 ctx->cc_session, NULL, NULL, ciphertext, plaintext, NULL); in crypto_decrypt_update()
815 crypto_decrypt_final(crypto_context_t context, crypto_data_t *plaintext, in crypto_decrypt_final() argument
834 error = KCF_PROV_DECRYPT_FINAL(pd, ctx, plaintext, in crypto_decrypt_final()
839 ctx->cc_session, NULL, NULL, NULL, plaintext, NULL); in crypto_decrypt_final()
852 crypto_encrypt_single(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_single() argument
869 error = KCF_PROV_ENCRYPT(pd, ctx, plaintext, in crypto_encrypt_single()
874 NULL, NULL, plaintext, ciphertext, NULL); in crypto_encrypt_single()
888 crypto_data_t *plaintext, crypto_call_req_t *cr) in crypto_decrypt_single() argument
905 plaintext, NULL); in crypto_decrypt_single()
909 NULL, NULL, ciphertext, plaintext, NULL); in crypto_decrypt_single()