Lines Matching refs:ciphertext

687 #define	KCF_PROV_ENCRYPT(pd, ctx, plaintext, ciphertext, req) ( \  argument
689 KCF_PROV_CIPHER_OPS(pd)->encrypt(ctx, plaintext, ciphertext, req) : \
692 #define KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \ argument
695 ciphertext, req) : \
698 #define KCF_PROV_ENCRYPT_FINAL(pd, ctx, ciphertext, req) ( \ argument
700 KCF_PROV_CIPHER_OPS(pd)->encrypt_final(ctx, ciphertext, req) : \
703 #define KCF_PROV_ENCRYPT_ATOMIC(pd, session, mech, key, plaintext, ciphertext, \ argument
707 (pd)->pd_prov_handle, session, mech, key, plaintext, ciphertext, \
717 #define KCF_PROV_DECRYPT(pd, ctx, ciphertext, plaintext, req) ( \ argument
719 KCF_PROV_CIPHER_OPS(pd)->decrypt(ctx, ciphertext, plaintext, req) : \
722 #define KCF_PROV_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \ argument
724 KCF_PROV_CIPHER_OPS(pd)->decrypt_update(ctx, ciphertext, \
733 #define KCF_PROV_DECRYPT_ATOMIC(pd, session, mech, key, ciphertext, plaintext, \ argument
737 (pd)->pd_prov_handle, session, mech, key, ciphertext, plaintext, \
896 ciphertext, req) ( \ argument
900 digest_ctx, encrypt_ctx, plaintext, ciphertext, req) : \
903 #define KCF_PROV_DECRYPT_DIGEST_UPDATE(decrypt_ctx, digest_ctx, ciphertext, \ argument
908 decrypt_ctx, digest_ctx, ciphertext, plaintext, req) : \
912 ciphertext, req) ( \ argument
916 sign_ctx, encrypt_ctx, plaintext, ciphertext, req) : \
919 #define KCF_PROV_DECRYPT_VERIFY_UPDATE(decrypt_ctx, verify_ctx, ciphertext, \ argument
924 decrypt_ctx, verify_ctx, ciphertext, plaintext, req) : \
940 #define KCF_PROV_ENCRYPT_MAC(pd, ctx, plaintext, ciphertext, mac, req) ( \ argument
944 ctx, plaintext, ciphertext, mac, req) : \
947 #define KCF_PROV_ENCRYPT_MAC_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \ argument
951 ctx, plaintext, ciphertext, req) : \
954 #define KCF_PROV_ENCRYPT_MAC_FINAL(pd, ctx, ciphertext, mac, req) ( \ argument
958 ctx, ciphertext, mac, req) : \
962 mac_mech, mac_key, plaintext, ciphertext, mac, \ argument
968 mac_mech, mac_key, plaintext, ciphertext, mac, \
981 #define KCF_PROV_MAC_DECRYPT(pd, ctx, ciphertext, mac, plaintext, req) ( \ argument
985 ctx, ciphertext, mac, plaintext, req) : \
988 #define KCF_PROV_MAC_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \ argument
992 ctx, ciphertext, plaintext, req) : \
1003 decr_mech, decr_key, ciphertext, mac, plaintext, \ argument
1009 decr_mech, decr_key, ciphertext, mac, plaintext, \
1014 decr_mech, decr_key, ciphertext, mac, plaintext, \ argument
1021 decr_mech, decr_key, ciphertext, mac, plaintext, \