| /NextBSD/tools/tools/crypto/ |
| HD | cryptotest.c | 113 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
|
| HD | ipsecstats.c | 40 struct alg { struct 44 static const struct alg aalgs[] = { argument
|
| /NextBSD/crypto/openssh/ |
| HD | digest-openssl.c | 33 int alg; member 58 ssh_digest_by_alg(int alg) in ssh_digest_by_alg() 68 ssh_digest_bytes(int alg) in ssh_digest_bytes() 82 ssh_digest_start(int alg) in ssh_digest_start() 149 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory() 163 ssh_digest_buffer(int alg, const Buffer *b, u_char *d, size_t dlen) in ssh_digest_buffer()
|
| HD | digest-libc.c | 39 int alg; member 119 ssh_digest_by_alg(int alg) in ssh_digest_by_alg() 129 ssh_digest_bytes(int alg) in ssh_digest_bytes() 145 ssh_digest_start(int alg) in ssh_digest_start() 221 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory() 235 ssh_digest_buffer(int alg, const Buffer *b, u_char *d, size_t dlen) in ssh_digest_buffer()
|
| HD | hmac.c | 28 int alg; member 37 ssh_hmac_bytes(int alg) in ssh_hmac_bytes() 43 ssh_hmac_start(int alg) in ssh_hmac_start()
|
| /NextBSD/sbin/md5/ |
| HD | md5.c | 225 MDString(const Algorithm_t *alg, const char *string) in MDString() 249 MDTimeTrial(const Algorithm_t *alg) in MDTimeTrial() 370 MDTestSuite(const Algorithm_t *alg) in MDTestSuite() 390 MDFilter(const Algorithm_t *alg, int tee) in MDFilter() 407 usage(const Algorithm_t *alg) in usage()
|
| /NextBSD/crypto/openssl/crypto/rsa/ |
| HD | rsa_ameth.c | 267 static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg) in rsa_mgf1_decode() 283 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg, in rsa_pss_decode() 403 X509_ALGOR *alg = NULL; in rsa_pkey_ctrl() local 492 static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg) in rsa_algor_to_md() 504 static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash) in rsa_mgf1_to_md() 671 X509_ALGOR *alg; in rsa_cms_verify() local 711 X509_ALGOR *alg; in rsa_cms_sign() local 765 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg, in rsa_oaep_decode() 866 X509_ALGOR *alg; in rsa_cms_encrypt() local
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | crypto_internal.c | 18 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()
|
| HD | crypto_internal-cipher.c | 18 enum crypto_cipher_alg alg; member 43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
| /NextBSD/contrib/wpa/src/eap_common/ |
| HD | ikev2_common.c | 56 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() 176 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 211 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | p5_pbe.c | 128 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
|
| HD | x_algor.c | 126 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
|
| /NextBSD/crypto/openssl/crypto/ |
| HD | crypto.h | 602 # 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
|
| /NextBSD/crypto/openssl/crypto/engine/ |
| HD | eng_fat.c | 103 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb()
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | collector.c | 37 AlgorithmIdentifier alg; member 116 const AlgorithmIdentifier *alg, in _hx509_collector_private_key_add()
|
| HD | crypto.c | 337 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 …]
|
| /NextBSD/crypto/openssl/crypto/pkcs7/ |
| HD | pk7_attr.c | 101 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | ap_mlme.c | 23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
|
| /NextBSD/crypto/openssl/crypto/ts/ |
| HD | ts_lib.c | 124 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio()
|
| /NextBSD/contrib/wpa/src/rsn_supp/ |
| HD | wpa_ft.c | 316 enum wpa_alg alg; in wpa_ft_install_ptk() local 544 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
|
| /NextBSD/crypto/openssl/crypto/ocsp/ |
| HD | ocsp_lib.c | 106 X509_ALGOR *alg; in OCSP_cert_id_new() local
|
| /NextBSD/crypto/openssl/crypto/dh/ |
| HD | dh_ameth.c | 654 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey() 718 X509_ALGOR *alg, *kekalg = NULL; in dh_cms_set_shared_info() local 801 X509_ALGOR *alg; in dh_cms_decrypt() local
|
| /NextBSD/contrib/ldns/ |
| HD | keys.c | 93 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()
|
| /NextBSD/crypto/openssl/crypto/pkcs12/ |
| HD | p12_npas.c | 221 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) in alg_get()
|
| /NextBSD/sys/netipsec/ |
| HD | xform_ah.c | 148 ah_algorithm_lookup(int alg) in ah_algorithm_lookup() 291 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers()
|