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

1234

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_mlme.c22 static const char * mlme_auth_alg_str(int alg) argument
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c101 X509_ALGOR *alg; local
/freebsd-10.1-release/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.1-release/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.1-release/crypto/openssl/crypto/ts/
H A Dts_lib.c123 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
/freebsd-10.1-release/tools/tools/crypto/
H A Dipsecstats.c35 struct alg { struct
/freebsd-10.1-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c106 X509_ALGOR *alg; local
/freebsd-10.1-release/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.1-release/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.1-release/crypto/openssh/
H A Ddigest-libc.c39 int alg; member in struct:ssh_digest_ctx
119 ssh_digest_by_alg(int alg) argument
129 ssh_digest_bytes(int alg) argument
145 ssh_digest_start(int alg) argument
221 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
235 ssh_digest_buffer(int alg, const Buffer *b, u_char *d, size_t dlen) argument
[all...]
H A Ddigest-openssl.c33 int alg; member in struct:ssh_digest_ctx
58 ssh_digest_by_alg(int alg) argument
68 ssh_digest_bytes(int alg) argument
82 ssh_digest_start(int alg) argument
149 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
163 ssh_digest_buffer(int alg, const Buffer *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.c56 int alg; member in struct:macalg
/freebsd-10.1-release/sys/netipsec/
H A Dxform_ipcomp.c91 ipcomp_algorithm_lookup(int alg) argument
/freebsd-10.1-release/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c221 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) argument
/freebsd-10.1-release/contrib/unbound/ldns/
H A Dkeyraw.c29 sldns_rr_dnskey_key_size_raw(const unsigned char* keydata, const size_t len, int alg) argument
/freebsd-10.1-release/contrib/wpa/src/common/
H A Dprivsep_commands.h46 int alg; member in struct:privsep_cmd_set_key
/freebsd-10.1-release/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c319 enum wpa_alg alg; local
542 enum wpa_alg alg; local
/freebsd-10.1-release/sbin/md5/
H A Dmd5.c219 MDString(Algorithm_t *alg, const char *string) argument
243 MDTimeTrial(Algorithm_t *alg) argument
353 MDTestSuite(Algorithm_t *alg) argument
373 MDFilter(Algorithm_t *alg, int tee) argument
390 usage(Algorithm_t *alg) argument
[all...]
/freebsd-10.1-release/secure/usr.bin/bdes/
H A Dbdes.c130 } alg = ALG_CBC; variable in typeref:enum:__anon6051

Completed in 125 milliseconds

1234