Lines Matching defs:ciphertext

680 #define	KCF_PROV_ENCRYPT(pd, ctx, plaintext, ciphertext, req) ( \
682 KCF_PROV_CIPHER_OPS(pd)->encrypt(ctx, plaintext, ciphertext, req) : \
685 #define KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \
688 ciphertext, req) : \
691 #define KCF_PROV_ENCRYPT_FINAL(pd, ctx, ciphertext, req) ( \
693 KCF_PROV_CIPHER_OPS(pd)->encrypt_final(ctx, ciphertext, req) : \
696 #define KCF_PROV_ENCRYPT_ATOMIC(pd, session, mech, key, plaintext, ciphertext, \
700 (pd)->pd_prov_handle, session, mech, key, plaintext, ciphertext, \
710 #define KCF_PROV_DECRYPT(pd, ctx, ciphertext, plaintext, req) ( \
712 KCF_PROV_CIPHER_OPS(pd)->decrypt(ctx, ciphertext, plaintext, req) : \
715 #define KCF_PROV_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \
717 KCF_PROV_CIPHER_OPS(pd)->decrypt_update(ctx, ciphertext, \
726 #define KCF_PROV_DECRYPT_ATOMIC(pd, session, mech, key, ciphertext, plaintext, \
730 (pd)->pd_prov_handle, session, mech, key, ciphertext, plaintext, \
889 ciphertext, req) ( \
893 digest_ctx, encrypt_ctx, plaintext, ciphertext, req) : \
896 #define KCF_PROV_DECRYPT_DIGEST_UPDATE(decrypt_ctx, digest_ctx, ciphertext, \
901 decrypt_ctx, digest_ctx, ciphertext, plaintext, req) : \
905 ciphertext, req) ( \
909 sign_ctx, encrypt_ctx, plaintext, ciphertext, req) : \
912 #define KCF_PROV_DECRYPT_VERIFY_UPDATE(decrypt_ctx, verify_ctx, ciphertext, \
917 decrypt_ctx, verify_ctx, ciphertext, plaintext, req) : \
933 #define KCF_PROV_ENCRYPT_MAC(pd, ctx, plaintext, ciphertext, mac, req) ( \
937 ctx, plaintext, ciphertext, mac, req) : \
940 #define KCF_PROV_ENCRYPT_MAC_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \
944 ctx, plaintext, ciphertext, req) : \
947 #define KCF_PROV_ENCRYPT_MAC_FINAL(pd, ctx, ciphertext, mac, req) ( \
951 ctx, ciphertext, mac, req) : \
955 mac_mech, mac_key, plaintext, ciphertext, mac, \
961 mac_mech, mac_key, plaintext, ciphertext, mac, \
974 #define KCF_PROV_MAC_DECRYPT(pd, ctx, ciphertext, mac, plaintext, req) ( \
978 ctx, ciphertext, mac, plaintext, req) : \
981 #define KCF_PROV_MAC_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \
985 ctx, ciphertext, plaintext, req) : \
996 decr_mech, decr_key, ciphertext, mac, plaintext, \
1002 decr_mech, decr_key, ciphertext, mac, plaintext, \
1007 decr_mech, decr_key, ciphertext, mac, plaintext, \
1014 decr_mech, decr_key, ciphertext, mac, plaintext, \