Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_cipher_defs.h102 #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 Dlac_sym_hash_defs.h326 #define LAC_HASH_IS_SHA3(algo) \ argument
/freebsd/stand/libsa/geli/
H A Dgeliboot_crypto.c36 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 Dg_eli_crypto.c58 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 Dg_eli.h454 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 Dg_eli_key.c181 g_eli_mkey_encrypt(unsigned algo, const unsigned char *key, unsigned keylen, in g_eli_mkey_encrypt()
/freebsd/sys/netinet/cc/
H A Dcc.c111 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 Dval_secalgo.c131 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 Dval_kentry.h87 uint8_t* algo; member
H A Dval_sigcrypt.c439 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 Dval_nsec3.c223 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 Dlac_sym_qat_constants_table.c209 uint8_t algo, in LacSymQat_ConstantsGetCipherOffset()
239 uint8_t algo, in LacSymQat_ConstantsGetAuthOffset()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_impl.c47 zfs_impl_get_ops(const char *algo) in zfs_impl_get_ops()
/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c143 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 Dcore_fetch.c103 const OSSL_ALGORITHM *algo, in ossl_method_construct_this()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw_20_comp.h35 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 Dt_algorithms.c45 const char *algo, const char *zero, in h_check()
/freebsd/sbin/hastd/
H A Dhast_checksum.c120 const char *algo; in checksum_recv() local
H A Dhast_compression.c255 const char *algo; in compression_recv() local
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_cam.c185 uint8_t algo, keyid; in rtwn_key_set_cb0() local
/freebsd/usr.bin/diff/
H A Ddiffreg_new.c157 enum diffreg_algo algo; in diffreg_new() local
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_gnutls.c20 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 Ddiff_main.h249 const struct diff_algo_config *algo; member
/freebsd/sys/net80211/
H A Dieee80211_hostap.c1725 int algo, int seq, int status) in authalgreject()
1948 uint16_t algo, seq, status; in hostap_recv_mgmt() local

123