Home
last modified time | relevance | path

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

/onnv-gate/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()
/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_test.c139 const unsigned char *ciphertext,int cn, in test1()
247 const unsigned char *ciphertext,int cn, in test_cipher()
263 const unsigned char *ciphertext, unsigned int cn) in test_digest()
369 unsigned char *iv,*key,*plaintext,*ciphertext; in main() local
/onnv-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c344 crypto_data_t *ciphertext, crypto_req_handle_t req) in blowfish_encrypt()
389 blowfish_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in blowfish_decrypt()
436 crypto_data_t *ciphertext, crypto_req_handle_t req) in blowfish_encrypt_update()
498 blowfish_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in blowfish_decrypt_update()
621 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in blowfish_encrypt_atomic()
708 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in blowfish_decrypt_atomic()
H A Daes.c433 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt()
551 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt()
671 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt_update()
745 aes_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt_update()
1006 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic()
1136 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in aes_decrypt_atomic()
H A Drsa.c539 crypto_data_t *ciphertext, crypto_req_handle_t req) in rsaprov_encrypt()
568 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in rsa_encrypt_atomic()
604 crypto_data_t *plaintext, crypto_data_t *ciphertext) in rsa_encrypt_common()
718 rsaprov_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in rsaprov_decrypt()
743 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in rsa_decrypt_atomic()
758 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()
/onnv-gate/usr/src/uts/common/des/
H A Ddes_crypt.c554 crypto_data_t *ciphertext, crypto_req_handle_t req) in des_encrypt()
598 des_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in des_decrypt()
644 crypto_data_t *ciphertext, crypto_req_handle_t req) in des_encrypt_update()
709 des_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in des_decrypt_update()
775 des_encrypt_final(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in des_encrypt_final()
835 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in des_encrypt_atomic()
942 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in des_decrypt_atomic()
/onnv-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
/onnv-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h687 #define KCF_PROV_ENCRYPT(pd, ctx, plaintext, ciphertext, req) ( \ argument
692 #define KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \ argument
698 #define KCF_PROV_ENCRYPT_FINAL(pd, ctx, ciphertext, req) ( \ argument
703 #define KCF_PROV_ENCRYPT_ATOMIC(pd, session, mech, key, plaintext, ciphertext, \ argument
717 #define KCF_PROV_DECRYPT(pd, ctx, ciphertext, plaintext, req) ( \ argument
722 #define KCF_PROV_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \ argument
733 #define KCF_PROV_DECRYPT_ATOMIC(pd, session, mech, key, ciphertext, plaintext, \ argument
896 ciphertext, req) ( \ argument
903 #define KCF_PROV_DECRYPT_DIGEST_UPDATE(decrypt_ctx, digest_ctx, ciphertext, \ argument
912 ciphertext, req) ( \ argument
[all …]
/onnv-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()
/onnv-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c193 uint8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; local
/onnv-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
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c148 char *ciphertext; in crypt() local
/onnv-gate/usr/src/uts/common/io/
H A Dlofi.c614 caddr_t ciphertext, size_t len, boolean_t op_encrypt) in lofi_crypto()
/onnv-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1292 KMF_OID *AlgOID, KMF_DATA *ciphertext, in NSS_DecryptData()
/onnv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2319 KMF_OID *algOID, KMF_DATA *ciphertext, in KMFPK11_DecryptData()
/onnv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2283 KMF_OID *AlgOID, KMF_DATA *ciphertext, in OpenSSL_DecryptData()
/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h451 krb5_data ciphertext; member