Searched defs:alg (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-12-stable/contrib/sendmail/src/
H A Dtlsh.c186 int alg; local
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) argument
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c53 X509_ALGOR *alg; local
/freebsd-12-stable/crypto/openssl/crypto/engine/
H A Deng_fat.c49 static int int_def_cb(const char *alg, int len, void *arg) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal.c20 enum crypto_hash_alg alg; member in struct:crypto_hash
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
H A Dcrypto_internal-cipher.c18 enum crypto_cipher_alg alg; member in struct:crypto_cipher
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c73 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
/freebsd-12-stable/tools/tools/crypto/
H A Dipsecstats.c40 struct alg { struct
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c72 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, argument
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c83 t4_copy_partial_hash(int alg, union authctx *auth_ctx, void *dst) argument
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c48 X509_ALGOR *alg; local
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c140 crypto_pwhash_argon2i(unsigned char *const out, unsigned long long outlen, const char *const passwd, unsigned long long passwdlen, const unsigned char *const salt, unsigned long long opslimit, size_t memlimit, int alg) argument
H A Dpwhash_argon2id.c136 crypto_pwhash_argon2id(unsigned char *const out, unsigned long long outlen, const char *const passwd, unsigned long long passwdlen, const unsigned char *const salt, unsigned long long opslimit, size_t memlimit, int alg) argument
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c129 crypto_pwhash(unsigned char * const out, unsigned long long outlen, const char * const passwd, unsigned long long passwdlen, const unsigned char * const salt, unsigned long long opslimit, size_t memlimit, int alg) argument
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], const char * const passwd, unsigned long long passwdlen, unsigned long long opslimit, size_t memlimit, int alg) argument
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dcollector.c37 AlgorithmIdentifier alg; member in struct:private_key
114 _hx509_collector_private_key_add(hx509_context context, struct hx509_collector *c, const AlgorithmIdentifier *alg, hx509_private_key private_key, const heim_octet_string *key_data, const heim_octet_string *localKeyId) argument
/freebsd-12-stable/tests/sys/opencrypto/
H A Dblake2_test.c95 create_session(int fd, int alg, int crid, const void *key, size_t klen) argument
107 "alg %d keylen %zu, errno=%d (%s)", alg, klen, errno, local
/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c172 static int alg_get(const X509_ALGOR *alg, int *pnid, int *piter, argument
/freebsd-12-stable/crypto/openssh/
H A Ddigest-libc.c44 int alg; member in struct:ssh_digest_ctx
114 ssh_digest_by_alg(int alg) argument
126 int alg; local
136 ssh_digest_alg_name(int alg) argument
144 ssh_digest_bytes(int alg) argument
160 ssh_digest_start(int alg) argument
236 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
250 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) argument
[all...]
H A Ddigest-openssl.c45 int alg; member in struct:ssh_digest_ctx
67 ssh_digest_by_alg(int alg) argument
81 int alg; local
91 ssh_digest_alg_name(int alg) argument
99 ssh_digest_bytes(int alg) argument
113 ssh_digest_start(int alg) argument
184 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
202 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) argument
[all...]
H A Dhmac.c28 int alg; member in struct:ssh_hmac_ctx
37 ssh_hmac_bytes(int alg) argument
43 ssh_hmac_start(int alg) argument
[all...]
H A Dmac.c50 int alg; member in struct:macalg
/freebsd-12-stable/tools/tools/sortbench/
H A Dsort_bench.c182 parse_alg(char *alg) argument
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dpkcs5.c25 } alg; member in struct:pkcs5_params
48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) argument
58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) argument
67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) argument
[all...]
H A Dtlsv1_client_ocsp.c67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, argument
118 struct x509_algorithm_identifier alg; local
363 struct x509_algorithm_identifier alg; local
[all...]
H A Dtlsv1_common.c346 enum crypto_hash_alg alg; local

Completed in 135 milliseconds

12345