Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 21 of 21) sorted by last modified time

/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c710 crypto_data_t *ciphertext, crypto_call_req_t *cr) in crypto_encrypt()
719 crypto_data_t *ciphertext, crypto_call_req_t *cr) in crypto_decrypt()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h451 krb5_data ciphertext; member
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/
H A Dk5_arcfour.c84 krb5_data d1, d2, d3, salt, plaintext, checksum, ciphertext, confounder; local
280 krb5_data d1,d2,d3,salt,ciphertext,plaintext,checksum; local
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c935 caddr_t ciphertext, size_t len, boolean_t op_encrypt) in lofi_crypto()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h680 #define KCF_PROV_ENCRYPT(pd, ctx, plaintext, ciphertext, req) ( \ argument
685 #define KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \ argument
691 #define KCF_PROV_ENCRYPT_FINAL(pd, ctx, ciphertext, req) ( \ argument
710 #define KCF_PROV_DECRYPT(pd, ctx, ciphertext, plaintext, req) ( \ argument
715 #define KCF_PROV_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \ argument
889 ciphertext, req) ( \ argument
905 ciphertext, req) ( \ argument
947 #define KCF_PROV_ENCRYPT_MAC_FINAL(pd, ctx, ciphertext, mac, req) ( \ argument
955 mac_mech, mac_key, plaintext, ciphertext, mac, \ argument
996 decr_mech, decr_key, ciphertext, mac, plaintext, \ argument
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c148 char *ciphertext; in crypt() local
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c232 uint8_t *ciphertext, int cipher_len) in aes_ccm_encrypt()
284 const uint8_t *ciphertext, int cipher_len, in aes_ccm_decrypt()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c3689 crypto_data_t *ciphertext, crypto_req_handle_t req) in dca_encrypt()
3741 crypto_data_t *ciphertext, crypto_req_handle_t req) in dca_encrypt_update()
3783 dca_encrypt_final(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dca_encrypt_final()
3819 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in dca_encrypt_atomic()
3910 dca_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dca_decrypt()
3963 dca_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dca_decrypt_update()
4042 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in dca_decrypt_atomic()
H A Drsa.c524 crypto_data_t *ciphertext, crypto_req_handle_t req) in rsaprov_encrypt()
553 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in rsa_encrypt_atomic()
589 crypto_data_t *plaintext, crypto_data_t *ciphertext) in rsa_encrypt_common()
695 rsaprov_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in rsaprov_decrypt()
720 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in rsa_decrypt_atomic()
735 crypto_data_t *ciphertext, crypto_data_t *plaintext) in rsa_decrypt_common()
H A Ddprov.c2396 crypto_data_t *ciphertext, crypto_req_handle_t req) in dprov_encrypt()
2420 crypto_data_t *ciphertext, crypto_req_handle_t req) in dprov_encrypt_update()
3121 crypto_data_t *ciphertext, crypto_req_handle_t req) in dprov_digest_encrypt_update()
3148 crypto_data_t *ciphertext, crypto_data_t *plaintext, in dprov_decrypt_digest_update()
3176 crypto_data_t *plaintext, crypto_data_t *ciphertext, in dprov_sign_encrypt_update()
3204 crypto_data_t *ciphertext, crypto_data_t *plaintext, in dprov_decrypt_verify_update()
3334 crypto_dual_data_t *ciphertext, crypto_data_t *mac, in dprov_encrypt_mac_final()
3363 crypto_dual_data_t *ciphertext, crypto_data_t *mac, in dprov_encrypt_mac_atomic()
5175 crypto_data_t *ciphertext) in dprov_dual_submit_req()
7827 crypto_data_t ciphertext; in dprov_key_task() local
[all …]
H A Dblowfish.c337 crypto_data_t *ciphertext, crypto_req_handle_t req) in blowfish_encrypt()
378 blowfish_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in blowfish_decrypt()
421 crypto_data_t *ciphertext, crypto_req_handle_t req) in blowfish_encrypt_update()
483 blowfish_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in blowfish_decrypt_update()
596 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in blowfish_encrypt_atomic()
683 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in blowfish_decrypt_atomic()
H A Daes.c411 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt()
535 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt()
651 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt_update()
725 aes_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt_update()
965 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic()
1118 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in aes_decrypt_atomic()
1470 aes_mac(crypto_ctx_t *ctx, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_mac()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2294 KMF_OID *AlgOID, KMF_DATA *ciphertext, KMF_DATA *output) in OpenSSL_DecryptData()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1293 KMF_OID *AlgOID, KMF_DATA *ciphertext, in NSS_DecryptData()
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c530 crypto_data_t *ciphertext, crypto_req_handle_t req) in des_encrypt()
571 des_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in des_decrypt()
614 crypto_data_t *ciphertext, crypto_req_handle_t req) in des_encrypt_update()
675 des_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in des_decrypt_update()
737 des_encrypt_final(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in des_encrypt_final()
787 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in des_encrypt_atomic()
890 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in des_decrypt_atomic()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c2143 crypto_data_t *ciphertext, crypto_call_req_t *crq) in crypto_digest_encrypt_update()
2159 crypto_context_t encrypt_ctx, crypto_data_t *ciphertext, in crypto_decrypt_digest_update()
2177 crypto_data_t *ciphertext, crypto_call_req_t *crq) in crypto_sign_encrypt_update()
2193 crypto_context_t verify_ctx, crypto_data_t *ciphertext, in crypto_decrypt_verify_update()
H A Dkcf_cipher.c320 crypto_ctx_template_t tmpl, crypto_data_t *ciphertext, in crypto_encrypt_prov()
355 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext, in crypto_encrypt()
474 crypto_data_t *ciphertext, crypto_call_req_t *cr) in crypto_encrypt_update()
533 crypto_encrypt_final(crypto_context_t context, crypto_data_t *ciphertext, in crypto_encrypt_final()
600 crypto_mechanism_t *mech, crypto_data_t *ciphertext, crypto_key_t *key, in crypto_decrypt_prov()
636 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, in crypto_decrypt()
755 crypto_decrypt_update(crypto_context_t context, crypto_data_t *ciphertext, in crypto_decrypt_update()
853 crypto_data_t *ciphertext, crypto_call_req_t *cr) in crypto_encrypt_single()
887 crypto_decrypt_single(crypto_context_t context, crypto_data_t *ciphertext, in crypto_decrypt_single()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2319 KMF_OID *algOID, KMF_DATA *ciphertext, in KMFPK11_DecryptData()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c549 KMF_DATA *ciphertext) in PKCS_EncryptData()
H A Dcertop.c1086 KMF_DATA *ciphertext; in kmf_encrypt() local
1182 KMF_DATA *ciphertext = NULL; in kmf_decrypt() local
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c200 uint8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; local