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

1234567

/freebsd-current/contrib/wpa/src/ap/
H A Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) argument
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_fat.c50 static int int_def_cb(const char *alg, int len, void *arg) argument
[all...]
/freebsd-current/crypto/openssl/providers/common/include/prov/
H A Dprovider_util.h129 OSSL_ALGORITHM alg; member in struct:ag_capable_st
/freebsd-current/contrib/sendmail/src/
H A Dtlsh.c187 int alg; local
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c57 X509_ALGOR *alg; local
/freebsd-current/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-current/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c49 X509_ALGOR *alg; local
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_lib.c73 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
/freebsd-current/tools/tools/crypto/
H A Dipsecstats.c38 struct alg { struct
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_verify.c89 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg, argument
96 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg, argument
112 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg, argument
/freebsd-current/crypto/openssl/crypto/evp/
H A Dkdf_meth.c187 void *alg; local
197 void *alg; local
207 void *alg; local
217 void *alg; local
[all...]
H A Dmac_meth.c201 void *alg; local
211 void *alg; local
221 void *alg; local
231 void *alg; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Dprovider_pkey_test.c23 static int fetch_sig(OSSL_LIB_CTX *ctx, const char *alg, const char *propq, argument
/freebsd-current/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-current/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-current/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-current/crypto/openssh/
H A Ddigest-openssl.c46 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
185 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
203 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) argument
[all...]
H A Dhmac.c30 int alg; member in struct:ssh_hmac_ctx
39 ssh_hmac_bytes(int alg) argument
45 ssh_hmac_start(int alg) argument
[all...]
H A Dmac.c51 int alg; member in struct:macalg
H A Ddigest-libc.c58 int alg; member in struct:ssh_digest_ctx
128 ssh_digest_by_alg(int alg) argument
140 int alg; local
150 ssh_digest_alg_name(int alg) argument
158 ssh_digest_bytes(int alg) argument
174 ssh_digest_start(int alg) argument
249 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
263 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) argument
[all...]
H A Dssh-ed25519-sk.c125 ssh_ed25519_sk_verify(const struct sshkey *key, const u_char *sig, size_t siglen, const u_char *data, size_t dlen, const char *alg, u_int compat, struct sshkey_sig_details **detailsp) argument
H A Ddns.c305 export_dns_rr(const char *hostname, struct sshkey *key, FILE *f, int generic, int alg) argument
/freebsd-current/crypto/openssl/crypto/ffc/
H A Dffc_params.c128 int ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) argument

Completed in 606 milliseconds

1234567