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

1234

/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_mlme.c22 static const char * mlme_auth_alg_str(int alg) argument
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_fat.c103 static int int_def_cb(const char *alg, int len, void *arg) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c101 X509_ALGOR *alg; local
H A Dpk7_lib.c240 X509_ALGOR *alg; local
[all...]
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal.c18 enum crypto_hash_alg alg; member in struct:crypto_hash
31 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
H A Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
H A Dcrypto_nss.c183 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
/freebsd-10-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c123 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
/freebsd-10-stable/tools/tools/crypto/
H A Dipsecstats.c35 struct alg { struct
/freebsd-10-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c106 X509_ALGOR *alg; local
/freebsd-10-stable/contrib/wpa/src/tls/
H A Dpkcs5.c22 } alg; member in struct:pkcs5_params
H A Dtlsv1_client_write.c435 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; local
H A Dtlsv1_server_read.c774 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; local
/freebsd-10-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-10-stable/sys/netipsec/
H A Dxform_ipcomp.c90 ipcomp_algorithm_lookup(int alg) argument
/freebsd-10-stable/contrib/unbound/sldns/
H A Dkeyraw.c29 sldns_rr_dnskey_key_size_raw(const unsigned char* keydata, const size_t len, int alg) argument
/freebsd-10-stable/crypto/openssh/
H A Ddigest-libc.c44 int alg; member in struct:ssh_digest_ctx
124 ssh_digest_by_alg(int alg) argument
136 int alg; local
146 ssh_digest_alg_name(int alg) argument
154 ssh_digest_bytes(int alg) argument
170 ssh_digest_start(int alg) argument
246 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
260 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
68 ssh_digest_by_alg(int alg) argument
82 int alg; local
92 ssh_digest_alg_name(int alg) argument
100 ssh_digest_bytes(int alg) argument
114 ssh_digest_start(int alg) argument
183 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
201 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-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c216 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) argument
/freebsd-10-stable/contrib/wpa/src/common/
H A Dprivsep_commands.h46 int alg; member in struct:privsep_cmd_set_key
/freebsd-10-stable/secure/usr.bin/bdes/
H A Dbdes.c130 } alg = ALG_CBC; variable in typeref:enum:__anon6143
/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c338 void cms_DigestAlgorithm_set(X509_ALGOR *alg, const EVP_MD *md) argument

Completed in 211 milliseconds

1234