/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym_cipher_defs.h | 102 #define LAC_CIPHER_IS_SM4(algo) \ argument 108 #define LAC_CIPHER_IS_CHACHA(algo) (algo == CPA_CY_SYM_CIPHER_CHACHA) argument 110 #define LAC_CIPHER_IS_AES(algo) \ argument 119 #define LAC_CIPHER_IS_DES(algo) \ argument 124 #define LAC_CIPHER_IS_TRIPLE_DES(algo) \ argument 130 #define LAC_CIPHER_IS_KASUMI(algo) (algo == CPA_CY_SYM_CIPHER_KASUMI_F8) argument 133 #define LAC_CIPHER_IS_SNOW3G_UEA2(algo) (algo == CPA_CY_SYM_CIPHER_SNOW3G_UEA2) argument 136 #define LAC_CIPHER_IS_ARC4(algo) (algo == CPA_CY_SYM_CIPHER_ARC4) argument 139 #define LAC_CIPHER_IS_ZUC_EEA3(algo) (algo == CPA_CY_SYM_CIPHER_ZUC_EEA3) argument 142 #define LAC_CIPHER_IS_NULL(algo) (algo == CPA_CY_SYM_CIPHER_NULL) argument [all …]
|
H A D | lac_sym_hash_defs.h | 326 #define LAC_HASH_IS_SHA3(algo) \ argument
|
/freebsd/stand/libsa/geli/ |
H A D | geliboot_crypto.c | 36 geliboot_crypt(u_int algo, geli_op_t enc, u_char *data, size_t datasize, in geliboot_crypt() 104 g_eli_crypto_cipher(u_int algo, geli_op_t enc, u_char *data, size_t datasize, in g_eli_crypto_cipher() 114 g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize, in g_eli_crypto_encrypt() 127 g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize, in g_eli_crypto_decrypt()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_crypto.c | 58 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, in g_eli_crypto_cipher() 107 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, in g_eli_crypto_cipher() 185 g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize, in g_eli_crypto_encrypt() 197 g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize, in g_eli_crypto_decrypt()
|
H A D | g_eli.h | 454 g_eli_algo2str(u_int algo) in g_eli_algo2str() 549 g_eli_keylen(u_int algo, u_int keylen) in g_eli_keylen() 589 g_eli_ivlen(u_int algo) in g_eli_ivlen() 604 g_eli_hashlen(u_int algo) in g_eli_hashlen()
|
H A D | g_eli_key.c | 181 g_eli_mkey_encrypt(unsigned algo, const unsigned char *key, unsigned keylen, in g_eli_mkey_encrypt()
|
/freebsd/sys/netinet/cc/ |
H A D | cc.c | 111 cc_refer(struct cc_algo *algo) in cc_refer() 118 cc_release(struct cc_algo *algo) in cc_release() 126 cc_attach(struct tcpcb *tp, struct cc_algo *algo) in cc_attach() 140 struct cc_algo *algo; in cc_detach() local 198 struct cc_algo *algo; in cc_list_available() local 628 cc_stop_new_assignments(struct cc_algo *algo) in cc_stop_new_assignments() 647 struct cc_algo *algo; in cc_modevent() local
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 131 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, in secalgo_nsec3_hash() 230 ds_digest_size_supported(int algo) in ds_digest_size_supported() 278 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, in secalgo_ds_digest() 548 setup_key_digest(int algo, EVP_PKEY** evp_key, const EVP_MD** digest_type, in setup_key_digest() 735 verify_canonrrset(sldns_buffer* buf, int algo, unsigned char* sigblock, in verify_canonrrset() 873 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, in secalgo_nsec3_hash() 950 ds_digest_size_supported(int algo) in ds_digest_size_supported() 974 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, in secalgo_ds_digest() 1062 static SECKEYPublicKey* nss_buf2ecdsa(unsigned char* key, size_t len, int algo) in nss_buf2ecdsa() 1238 nss_setup_key_digest(int algo, SECKEYPublicKey** pubkey, HASH_HashType* htype, in nss_setup_key_digest() [all …]
|
H A D | val_kentry.h | 87 uint8_t* algo; member
|
H A D | val_sigcrypt.c | 439 uint8_t algo; in algo_needs_init_dnskey_add() local 459 uint8_t algo; in algo_needs_init_list() local 475 uint8_t algo; in algo_needs_init_ds() local 497 int algo_needs_set_secure(struct algo_needs* n, uint8_t algo) in algo_needs_set_secure() 508 void algo_needs_set_bogus(struct algo_needs* n, uint8_t algo) in algo_needs_set_bogus() 566 int algo = rrset_get_sig_algo(rrset, sig_idx); in dnskeyset_verify_rrset_sig() local 716 int algo = dnskey_get_algo(dnskey, dnskey_idx); in dnskey_verify_rrset() local
|
H A D | val_nsec3.c | 223 int* algo, size_t* iter, uint8_t** salt, size_t* saltlen) in nsec3_get_params() 560 nsec3_get_hashed(sldns_buffer* buf, uint8_t* nm, size_t nmlen, int algo, in nsec3_get_hashed() 600 int algo = nsec3_get_algo(c->nsec3, c->rr); in nsec3_calc_hash() local
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_constants_table.c | 209 uint8_t algo, in LacSymQat_ConstantsGetCipherOffset() 239 uint8_t algo, in LacSymQat_ConstantsGetAuthOffset()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_impl.c | 47 zfs_impl_get_ops(const char *algo) in zfs_impl_get_ops()
|
/freebsd/crypto/openssl/crypto/ |
H A D | core_algorithm.c | 143 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all() 180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
|
H A D | core_fetch.c | 103 const OSSL_ALGORITHM *algo, in ossl_method_construct_this()
|
/freebsd/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_hw_20_comp.h | 35 icp_qat_hw_comp_20_hw_comp_format_t algo; member 222 icp_qat_hw_decomp_20_hw_comp_format_t algo; member
|
/freebsd/contrib/netbsd-tests/lib/libskey/ |
H A D | t_algorithms.c | 45 const char *algo, const char *zero, in h_check()
|
/freebsd/sbin/hastd/ |
H A D | hast_checksum.c | 120 const char *algo; in checksum_recv() local
|
H A D | hast_compression.c | 255 const char *algo; in compression_recv() local
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_cam.c | 185 uint8_t algo, keyid; in rtwn_key_set_cb0() local
|
/freebsd/usr.bin/diff/ |
H A D | diffreg_new.c | 157 enum diffreg_algo algo; in diffreg_new() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_gnutls.c | 20 static int gnutls_digest_vector(int algo, size_t num_elem, in gnutls_digest_vector() 101 static int gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, in gnutls_hmac_vector()
|
/freebsd/contrib/libdiff/include/ |
H A D | diff_main.h | 249 const struct diff_algo_config *algo; member
|
/freebsd/sys/net80211/ |
H A D | ieee80211_hostap.c | 1725 int algo, int seq, int status) in authalgreject() 1948 uint16_t algo, seq, status; in hostap_recv_mgmt() local
|