Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 25 of 102) sorted by relevance

12345

/dflybsd-src/crypto/openssh/
H A Ddigest-openssl.c46 int alg; member
68 ssh_digest_by_alg(int alg) in ssh_digest_by_alg()
82 int alg; in ssh_digest_alg_by_name() local
92 ssh_digest_alg_name(int alg) in ssh_digest_alg_name()
100 ssh_digest_bytes(int alg) in ssh_digest_bytes()
114 ssh_digest_start(int alg) in ssh_digest_start()
185 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory()
203 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
H A Ddigest-libc.c58 int alg; member
128 ssh_digest_by_alg(int alg) in ssh_digest_by_alg()
140 int alg; in ssh_digest_alg_by_name() local
150 ssh_digest_alg_name(int alg) in ssh_digest_alg_name()
158 ssh_digest_bytes(int alg) in ssh_digest_bytes()
174 ssh_digest_start(int alg) in ssh_digest_start()
249 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory()
263 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
H A Dhmac.c30 int alg; member
39 ssh_hmac_bytes(int alg) in ssh_hmac_bytes()
45 ssh_hmac_start(int alg) in ssh_hmac_start()
H A Dssh-ed25519.c149 const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) in ssh_ed25519_sign()
207 const u_char *data, size_t dlen, const char *alg, u_int compat, in ssh_ed25519_verify()
H A Dssh_api.c64 const u_char *data, u_int datalen, const char *alg, in mm_sshkey_sign()
530 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
581 const u_char *data, size_t dlen, const char *alg) in _ssh_host_key_sign()
H A Dssh-xmss.c204 const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) in ssh_xmss_sign()
279 const u_char *data, size_t dlen, const char *alg, u_int compat, in ssh_xmss_verify()
H A Dssh-ecdsa.c229 const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) in ssh_ecdsa_sign()
293 const u_char *data, size_t dlen, const char *alg, u_int compat, in ssh_ecdsa_verify()
H A Dssh-rsa.c305 rsa_hash_id_from_keyname(const char *alg) in rsa_hash_id_from_keyname()
394 const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) in ssh_rsa_sign()
476 const u_char *data, size_t dlen, const char *alg, u_int compat, in ssh_rsa_verify()
H A Dssh-dss.c262 const char *alg, const char *sk_provider, const char *sk_pin, u_int compat) in ssh_dss_sign()
331 const u_char *data, size_t dlen, const char *alg, u_int compat, in ssh_dss_verify()
/dflybsd-src/tools/tools/crypto/
H A Dcryptotest.c113 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
/dflybsd-src/sbin/md5/
H A Dmd5.c134 digestend(const Algorithm_t *alg, DIGEST_CTX *context, char * const buf) in digestend()
151 digestdata(const Algorithm_t *alg, const void *data, unsigned int len, in digestdata()
167 digestbig(const char *fname, char * const buf, const Algorithm_t *alg) in digestbig()
195 digestfile(const char *fname, char *buf, const Algorithm_t *alg, in digestfile()
332 const Algorithm_t *alg; in main() local
433 MDString(const Algorithm_t *alg, const char *string) in MDString()
452 MDTimeTrial(const Algorithm_t *alg) in MDTimeTrial()
562 MDTestSuite(const Algorithm_t *alg) in MDTestSuite()
582 MDFilter(const Algorithm_t *alg, int tee) in MDFilter()
/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c113 rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in rsa_param_decode()
161 X509_ALGOR *alg; in rsa_pub_decode() local
244 const X509_ALGOR *alg; in rsa_priv_decode() local
287 rsa_mgf1_decode(X509_ALGOR *alg) in rsa_mgf1_decode()
296 rsa_pss_decode(const X509_ALGOR *alg) in rsa_pss_decode()
530 X509_ALGOR *alg = NULL; in rsa_pkey_ctrl() local
639 rsa_algor_to_md(X509_ALGOR *alg) in rsa_algor_to_md()
820 X509_ALGOR *alg; in rsa_cms_verify() local
868 X509_ALGOR *alg; in rsa_cms_sign() local
933 rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode()
[all …]
/dflybsd-src/contrib/gmp/
H A Drand.c36 gmp_randalg_t alg, in gmp_randinit()
48 gmp_randalg_t alg; in gmp_randinit() local
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dp5_pbe.c121 PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, in PKCS5_pbe_set0_algor()
172 PKCS5_pbe_set(int alg, int iter, const unsigned char *salt, int saltlen) in PKCS5_pbe_set()
H A Dx_algor.c151 X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) in X509_ALGOR_set0()
198 X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
/dflybsd-src/contrib/wpa_supplicant/src/tls/
H A Dpkcs5.c25 } alg; member
48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid()
58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid()
67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid()
H A Dtlsv1_client_ocsp.c67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data()
118 struct x509_algorithm_identifier alg; in tls_process_ocsp_single_response() local
363 struct x509_algorithm_identifier alg; in tls_process_basic_ocsp_response() local
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Dikev2_common.c56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash()
97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash()
113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus()
175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c20 enum crypto_hash_alg alg; member
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
H A Dcrypto_internal-cipher.c18 enum crypto_cipher_alg alg; member
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
H A Dcrypto_linux.c57 static int linux_af_alg_hash_vector(const char *alg, const u8 *key, in linux_af_alg_hash_vector()
239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
415 linux_af_alg_skcipher(const char *alg, const u8 *key, size_t key_len) in linux_af_alg_skcipher()
858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
/dflybsd-src/crypto/libressl/crypto/engine/
H A Deng_fat.c114 int_def_cb(const char *alg, int len, void *arg) in int_def_cb()
/dflybsd-src/crypto/libressl/crypto/pkcs7/
H A Dpk7_attr.c102 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
/dflybsd-src/crypto/libressl/crypto/ts/
H A Dts_lib.c132 TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio()

12345