Home
last modified time | relevance | path

Searched defs:mac_mech (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c51 crypto_mechanism_t *encr_mech, crypto_mechanism_t *mac_mech, in crypto_encrypt_mac_prov()
173 crypto_mechanism_t *mac_mech, crypto_data_t *pt, in crypto_encrypt_mac()
416 crypto_mechanism_t *mac_mech, crypto_key_t *encr_key, in crypto_encrypt_mac_init_prov()
553 crypto_mechanism_t *mac_mech, crypto_key_t *encr_key, in crypto_encrypt_mac_init()
1069 crypto_mac_decrypt(crypto_mechanism_t *mac_mech, in crypto_mac_decrypt()
1098 crypto_mac_verify_decrypt(crypto_mechanism_t *mac_mech, in crypto_mac_verify_decrypt()
1110 crypto_session_id_t sid, crypto_mechanism_t *mac_mech, in crypto_mac_verify_decrypt_prov()
1126 crypto_mac_decrypt_common(crypto_mechanism_t *mac_mech, in crypto_mac_decrypt_common()
1389 crypto_session_id_t sid, crypto_mechanism_t *mac_mech, in crypto_mac_decrypt_common_prov()
1520 crypto_mac_decrypt_init(crypto_mechanism_t *mac_mech, in crypto_mac_decrypt_init()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dhmac.c48 crypto_mechanism_t mac_mech; in krb5_hmac() local
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c985 crypto_mechanism_t mac_mech; in kef_decr_hmac() local
1054 crypto_mechanism_t mac_mech; in kef_encr_hmac() local
1188 crypto_mechanism_t mac_mech; in do_hmac() local
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h924 #define KCF_PROV_ENCRYPT_MAC_INIT(pd, ctx, encr_mech, encr_key, mac_mech, \ argument
955 mac_mech, mac_key, plaintext, ciphertext, mac, \ argument
965 #define KCF_PROV_MAC_DECRYPT_INIT(pd, ctx, mac_mech, mac_key, decr_mech, \ argument
995 #define KCF_PROV_MAC_DECRYPT_ATOMIC(pd, session, mac_mech, mac_key, \ argument
1006 #define KCF_PROV_MAC_VERIFY_DECRYPT_ATOMIC(pd, session, mac_mech, mac_key, \ argument
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c3236 crypto_key_t *encrypt_key, crypto_mechanism_t *mac_mech, in dprov_encrypt_mac_init()
3361 crypto_key_t *encrypt_key, crypto_mechanism_t *mac_mech, in dprov_encrypt_mac_atomic()
3406 dprov_mac_decrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mac_mech, in dprov_mac_decrypt_init()
3527 crypto_session_id_t session_id, crypto_mechanism_t *mac_mech, in dprov_mac_decrypt_atomic()
3574 crypto_session_id_t session_id, crypto_mechanism_t *mac_mech, in dprov_mac_verify_decrypt_atomic()
5200 crypto_key_t *cipher_key, crypto_mechanism_t *mac_mech, in dprov_cipher_mac_submit_req()
6389 crypto_mechanism_t cipher_mech, mac_mech; in dprov_cipher_mac_task() local