Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-10-stable/crypto/openssh/
Ddigest-openssl.c45 int alg; member
68 ssh_digest_by_alg(int alg) in ssh_digest_by_alg()
82 int alg; in ssh_digest_alg_by_name() local
92 ssh_digest_alg_name(int alg) in ssh_digest_alg_name()
100 ssh_digest_bytes(int alg) in ssh_digest_bytes()
114 ssh_digest_start(int alg) in ssh_digest_start()
183 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory()
201 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
Ddigest-libc.c44 int alg; member
124 ssh_digest_by_alg(int alg) in ssh_digest_by_alg()
136 int alg; in ssh_digest_alg_by_name() local
146 ssh_digest_alg_name(int alg) in ssh_digest_alg_name()
154 ssh_digest_bytes(int alg) in ssh_digest_bytes()
170 ssh_digest_start(int alg) in ssh_digest_start()
246 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory()
260 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
Dhmac.c28 int alg; member
37 ssh_hmac_bytes(int alg) in ssh_hmac_bytes()
43 ssh_hmac_start(int alg) in ssh_hmac_start()
Dssh_api.c59 u_char *data, u_int datalen, char *alg, u_int compat) in mm_sshkey_sign()
487 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
538 const char *alg, u_int compat) in _ssh_host_key_sign()
/freebsd-10-stable/tools/tools/crypto/
Dcryptotest.c113 struct alg { struct
120 } algorithms[] = { argument
246 runtest(struct alg *alg, int count, int size, u_long cmd, struct timeval *tv) in runtest()
428 runtests(struct alg *alg, int count, int size, u_long cmd, int threads, int profile) in runtests()
517 struct alg *alg = NULL; in main() local
Dipsecstats.c35 struct alg { struct
39 static const struct alg aalgs[] = { argument
/freebsd-10-stable/sbin/md5/
Dmd5.c230 MDString(const Algorithm_t *alg, const char *string) in MDString()
254 MDTimeTrial(const Algorithm_t *alg) in MDTimeTrial()
386 MDTestSuite(const Algorithm_t *alg) in MDTestSuite()
406 MDFilter(const Algorithm_t *alg, int tee) in MDFilter()
423 usage(const Algorithm_t *alg) in usage()
/freebsd-10-stable/contrib/wpa/src/crypto/
Dcrypto_internal.c18 enum crypto_hash_alg alg; member
31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
Dcrypto_internal-cipher.c18 enum crypto_cipher_alg alg; member
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
Dcrypto_cryptoapi.c106 int cryptoapi_hash_vector(ALG_ID alg, size_t hash_len, size_t num_elem, in cryptoapi_hash_vector()
345 enum crypto_hash_alg alg; member
352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
507 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
/freebsd-10-stable/contrib/wpa/src/eap_common/
Dikev2_common.c56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash()
95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash()
114 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus()
189 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
248 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Dp5_pbe.c128 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
Dx_algor.c126 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
/freebsd-10-stable/crypto/openssl/crypto/
Dcrypto.h602 # define fips_md_init(alg) fips_md_init_ctx(alg, alg) argument
605 # define fips_md_init_ctx(alg, cx) \ argument
614 # define fips_cipher_abort(alg) \ argument
619 # define fips_md_init_ctx(alg, cx) \ argument
621 # define fips_cipher_abort(alg) while(0) argument
/freebsd-10-stable/crypto/openssl/crypto/engine/
Deng_fat.c103 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb()
/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dcollector.c37 AlgorithmIdentifier alg; member
116 const AlgorithmIdentifier *alg, in _hx509_collector_private_key_add()
Dcrypto.c337 const AlgorithmIdentifier *alg, in ecdsa_verify_signature()
415 const AlgorithmIdentifier *alg, in ecdsa_create_signature()
536 const AlgorithmIdentifier *alg, in rsa_verify_signature()
645 const AlgorithmIdentifier *alg, in rsa_create_signature()
1040 const AlgorithmIdentifier *alg, in dsa_verify_signature()
1148 const AlgorithmIdentifier *alg, in evp_md_create_signature()
1188 const AlgorithmIdentifier *alg, in evp_md_verify_signature()
1543 const AlgorithmIdentifier *alg, in _hx509_signature_best_before()
1564 const AlgorithmIdentifier *alg) in _hx509_self_signed_valid()
1586 const AlgorithmIdentifier *alg, in _hx509_verify_signature()
[all …]
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
Dpk7_attr.c101 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
/freebsd-10-stable/contrib/wpa/src/ap/
Dap_mlme.c22 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
/freebsd-10-stable/crypto/openssl/crypto/ts/
Dts_lib.c123 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio()
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
Dwpa_ft.c320 enum wpa_alg alg; in wpa_ft_install_ptk() local
543 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
/freebsd-10-stable/crypto/openssl/crypto/ocsp/
Docsp_lib.c106 X509_ALGOR *alg; in OCSP_cert_id_new() local
/freebsd-10-stable/contrib/ldns/
Dkeys.c93 ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm alg) in ldns_key_new_frm_engine()
239 ldns_key_new_frm_fp_ecdsa_l(FILE* fp, ldns_algorithm alg, int* line_nr) in ldns_key_new_frm_fp_ecdsa_l()
295 ldns_signing_algorithm alg; in ldns_key_new_frm_fp_l() local
819 ldns_key_new_frm_algorithm(ldns_signing_algorithm alg, uint16_t size) in ldns_key_new_frm_algorithm()
/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
Dp12_npas.c216 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) in alg_get()
/freebsd-10-stable/sys/netipsec/
Dxform_ah.c138 ah_algorithm_lookup(int alg) in ah_algorithm_lookup()
275 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers()

12345