Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/api/
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()
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()
/titanic_41/usr/src/uts/common/crypto/io/
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.c406 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt()
520 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt()
636 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt_update()
710 aes_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt_update()
961 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic()
1091 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in aes_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.c2371 crypto_data_t *ciphertext, crypto_req_handle_t req) in dprov_encrypt()
2395 crypto_data_t *ciphertext, crypto_req_handle_t req) in dprov_encrypt_update()
2419 dprov_encrypt_final(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dprov_encrypt_final()
2445 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in dprov_encrypt_atomic()
2511 dprov_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dprov_decrypt()
2536 dprov_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dprov_decrypt_update()
2587 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in dprov_decrypt_atomic()
3095 crypto_data_t *ciphertext, crypto_req_handle_t req) in dprov_digest_encrypt_update()
3122 crypto_data_t *ciphertext, crypto_data_t *plaintext, in dprov_decrypt_digest_update()
3150 crypto_data_t *plaintext, crypto_data_t *ciphertext, in dprov_sign_encrypt_update()
[all …]
H A Ddca.c3736 crypto_data_t *ciphertext, crypto_req_handle_t req) in dca_encrypt()
3791 crypto_data_t *ciphertext, crypto_req_handle_t req) in dca_encrypt_update()
3836 dca_encrypt_final(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dca_encrypt_final()
3875 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in dca_encrypt_atomic()
3969 dca_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dca_decrypt()
4025 dca_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in dca_decrypt_update()
4110 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in dca_decrypt_atomic()
/titanic_41/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()
/titanic_41/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
/titanic_41/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
696 #define KCF_PROV_ENCRYPT_ATOMIC(pd, session, mech, key, plaintext, ciphertext, \ argument
710 #define KCF_PROV_DECRYPT(pd, ctx, ciphertext, plaintext, req) ( \ argument
715 #define KCF_PROV_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \ argument
726 #define KCF_PROV_DECRYPT_ATOMIC(pd, session, mech, key, ciphertext, plaintext, \ argument
889 ciphertext, req) ( \ argument
896 #define KCF_PROV_DECRYPT_DIGEST_UPDATE(decrypt_ctx, digest_ctx, ciphertext, \ argument
905 ciphertext, req) ( \ argument
[all …]
/titanic_41/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()
/titanic_41/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c200 uint8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; local
/titanic_41/usr/src/lib/libc/port/gen/
H A Dcrypt.c148 char *ciphertext; in crypt() local
/titanic_41/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
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c621 caddr_t ciphertext, size_t len, boolean_t op_encrypt) in lofi_crypto()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1292 KMF_OID *AlgOID, KMF_DATA *ciphertext, in NSS_DecryptData()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2319 KMF_OID *algOID, KMF_DATA *ciphertext, in KMFPK11_DecryptData()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2296 KMF_OID *AlgOID, KMF_DATA *ciphertext, in OpenSSL_DecryptData()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h451 krb5_data ciphertext; member