Home
last modified time | relevance | path

Searched defs:mech (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c101 crypto_mechanism_t *mech, crypto_key_t *key, in crypto_cipher_init_prov()
224 crypto_cipher_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_cipher_init()
314 crypto_mechanism_t *mech, crypto_data_t *plaintext, crypto_key_t *key, in crypto_encrypt_prov()
349 crypto_encrypt(crypto_mechanism_t *mech, crypto_data_t *plaintext, in crypto_encrypt()
427 crypto_mechanism_t *mech, crypto_key_t *key, in crypto_encrypt_init_prov()
441 crypto_encrypt_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_encrypt_init()
596 crypto_mechanism_t *mech, crypto_data_t *ciphertext, crypto_key_t *key, in crypto_decrypt_prov()
632 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, in crypto_decrypt()
710 crypto_mechanism_t *mech, crypto_key_t *key, in crypto_decrypt_init_prov()
724 crypto_decrypt_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_decrypt_init()
H A Dkcf_mac.c91 crypto_mechanism_t *mech, crypto_data_t *data, crypto_key_t *key, in crypto_mac_prov()
124 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac()
216 crypto_mechanism_t *mech, crypto_data_t *data, crypto_key_t *key, in crypto_mac_verify_prov()
249 crypto_mac_verify(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac_verify()
368 crypto_mechanism_t *mech, crypto_key_t *key, crypto_spi_ctx_template_t tmpl, in crypto_mac_init_prov()
430 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init()
H A Dkcf_digest.c90 crypto_mechanism_t *mech, crypto_data_t *data, crypto_data_t *digest, in crypto_digest_prov()
125 crypto_digest(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_digest()
206 crypto_mechanism_t *mech, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_digest_init_prov()
267 crypto_digest_init(crypto_mechanism_t *mech, crypto_context_t *ctxp, in crypto_digest_init()
H A Dkcf_ctxops.c71 crypto_create_ctx_template(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_create_ctx_template()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h591 #define KCF_PROV_DIGEST_INIT(pd, ctx, mech, req) ( \ argument
630 #define KCF_PROV_ENCRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
660 #define KCF_PROV_DECRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
694 #define KCF_PROV_MAC_INIT(pd, ctx, mech, key, template, req) ( \ argument
738 #define KCF_PROV_SIGN_INIT(pd, ctx, mech, key, template, req) ( \ argument
765 #define KCF_PROV_SIGN_RECOVER_INIT(pd, ctx, mech, key, template, \ argument
788 #define KCF_PROV_VERIFY_INIT(pd, ctx, mech, key, template, req) ( \ argument
815 #define KCF_PROV_VERIFY_RECOVER_INIT(pd, ctx, mech, key, template, \ argument
832 #define KCF_PROV_VERIFY_RECOVER_ATOMIC(pd, session, mech, key, sig, \ argument
1095 #define KCF_PROV_KEY_GENERATE_PAIR(pd, session, mech, pub_template, \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c29 crypto_mechanism_t mech; in hkdf_sha512_extract() local
68 crypto_mechanism_t mech; in hkdf_sha512_expand() local
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c226 crypto_mechanism_t mech; in zio_crypt_key_init() local
301 crypto_mechanism_t mech; in zio_crypt_key_change_salt() local
385 crypto_mechanism_t mech; in zio_do_crypt_uio() local
552 crypto_mechanism_t mech; in zio_crypt_key_unwrap() local
675 crypto_mechanism_t mech; in zio_crypt_do_hmac() local
1127 crypto_mechanism_t mech; in zio_crypt_do_objset_hmacs() local
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h103 SHA2Init(uint64_t mech, SHA2_CTX *c) in SHA2Init()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c674 SHA2Init(uint64_t mech, SHA2_CTX *ctx) in SHA2Init()
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c73 #define PROV_SHA2_DIGEST_KEY(mech, ctx, key, len, digest) { \ argument
H A Daes.c1385 process_gmac_mech(crypto_mechanism_t *mech, crypto_data_t *data, in process_gmac_mech()