/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | digest-openssl.c | 34 int alg; member 56 ssh_digest_by_alg(int alg) in ssh_digest_by_alg() 68 int alg; in ssh_digest_alg_by_name() local 78 ssh_digest_alg_name(int alg) in ssh_digest_alg_name() 86 ssh_digest_bytes(int alg) in ssh_digest_bytes() 100 ssh_digest_start(int alg) in ssh_digest_start() 171 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory() 189 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
|
H A D | digest-libc.c | 40 int alg; member 110 ssh_digest_by_alg(int alg) in ssh_digest_by_alg() 122 int alg; in ssh_digest_alg_by_name() local 132 ssh_digest_alg_name(int alg) in ssh_digest_alg_name() 140 ssh_digest_bytes(int alg) in ssh_digest_bytes() 156 ssh_digest_start(int alg) in ssh_digest_start() 231 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory() 245 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
|
H A D | hmac.c | 29 int alg; member 38 ssh_hmac_bytes(int alg) in ssh_hmac_bytes() 44 ssh_hmac_start(int alg) in ssh_hmac_start()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | p5_pbe.c | 82 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, in PKCS5_pbe_set0_algor() 90 X509_ALGOR *PKCS5_pbe_set_ex(int alg, int iter, in PKCS5_pbe_set_ex() 108 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
|
H A D | x_algor.c | 74 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md() 145 const EVP_MD *ossl_x509_algor_get_md(X509_ALGOR *alg) in ossl_x509_algor_get_md() 157 X509_ALGOR *ossl_x509_algor_mgf1_decode(X509_ALGOR *alg) in ossl_x509_algor_mgf1_decode()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/ |
H A D | symmetric.c | 50 Trspi_Encrypt_ECB(UINT16 alg, BYTE *key, BYTE *in, UINT32 in_len, BYTE *out, in Trspi_Encrypt_ECB() 97 Trspi_Decrypt_ECB(UINT16 alg, BYTE *key, BYTE *in, UINT32 in_len, BYTE *out, in Trspi_Decrypt_ECB() 139 get_openssl_cipher(UINT16 alg, UINT16 mode) in get_openssl_cipher() 253 Trspi_SymEncrypt(UINT16 alg, UINT16 mode, BYTE *key, BYTE *iv, BYTE *in, UINT32 in_len, BYTE *out, in Trspi_SymEncrypt() 327 Trspi_SymDecrypt(UINT16 alg, UINT16 mode, BYTE *key, BYTE *iv, BYTE *in, UINT32 in_len, BYTE *out, in Trspi_SymDecrypt()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | kdf_meth.c | 187 void *alg; in EVP_KDF_gettable_ctx_params() local 197 void *alg; in EVP_KDF_settable_ctx_params() local 207 void *alg; in EVP_KDF_CTX_gettable_params() local 217 void *alg; in EVP_KDF_CTX_settable_params() local
|
H A D | mac_meth.c | 201 void *alg; in EVP_MAC_gettable_ctx_params() local 211 void *alg; in EVP_MAC_settable_ctx_params() local 221 void *alg; in EVP_MAC_CTX_gettable_params() local 231 void *alg; in EVP_MAC_CTX_settable_params() local
|
/netbsd-src/sys/net/npf/ |
H A D | npf_alg.c | 95 npf_alg_t *alg = &aset->alg_list[i]; in npf_alg_lookup() local 107 npf_alg_t *alg; in npf_alg_construct() local 134 npf_alg_t *alg; in npf_alg_register() local 180 npf_alg_unregister(npf_t *npf, npf_alg_t *alg) in npf_alg_unregister() 321 npf_alg_destroy(npf_t *npf, npf_alg_t *alg, npf_nat_t *nat, npf_conn_t *con) in npf_alg_destroy() 343 const npf_alg_t *alg = &aset->alg_list[i]; in npf_alg_export() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_rsa.c | 19 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode() 120 X509_ALGOR *alg; in rsa_cms_encrypt() local 199 X509_ALGOR *alg; in rsa_cms_sign() local 245 X509_ALGOR *alg; in rsa_cms_verify() local
|
H A D | cms_dh.c | 20 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey() 83 X509_ALGOR *alg, *kekalg = NULL; in dh_cms_set_shared_info() local 169 X509_ALGOR *alg; in dh_cms_decrypt() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/ |
H A D | otptest.c | 45 OtpAlgorithm *alg) in test_one() 71 char *alg; in test() member 120 OtpAlgorithm *alg = otp_find_alg (t->alg); in test() local
|
H A D | otp_parse.c | 92 OtpAlgorithm *alg = (OtpAlgorithm *)a; in get_altword() local 143 OtpAlgorithm *alg, in otp_parse_internal() 163 otp_parse_altdict (OtpKey key, const char *str, OtpAlgorithm *alg) in otp_parse_altdict() 196 otp_parse (OtpKey key, const char *s, OtpAlgorithm *alg) in otp_parse()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_ameth.c | 54 static int rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in rsa_param_decode() 99 X509_ALGOR *alg; in rsa_pub_decode() local 187 const X509_ALGOR *alg; in rsa_priv_decode() local 224 static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg) in rsa_mgf1_decode() 428 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg) in rsa_pss_decode() 470 X509_ALGOR *alg = NULL; in rsa_pkey_ctrl() local 578 static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg) in rsa_algor_to_md() 755 X509_ALGOR *alg; in rsa_cms_verify() local 803 X509_ALGOR *alg; in rsa_cms_sign() local 896 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode() [all …]
|
/netbsd-src/usr.bin/netstat/ |
H A D | fast_ipsec.c | 70 struct alg { struct 86 snprintf(buf, sizeof(buf), "alg#%zu", a); in algname() argument
|
/netbsd-src/lib/libresolv/ |
H A D | dst_api.c | 147 dst_check_algorithm(const int alg) in dst_check_algorithm() 167 dst_s_get_key_struct(const char *name, const int alg, const int flags, in dst_s_get_key_struct() 473 int flags, proto, alg, dlen; in dst_s_read_public_key() local 655 int alg ; in dst_dnskey_to_key() local 766 const int alg, /*!< algorithm */ in dst_buffer_to_key() 831 int alg, major, minor, file_major, file_minor; in dst_s_read_private_key_file() local 964 const int flags, const int protocol, const int alg) in dst_generate_key()
|
/netbsd-src/external/bsd/libbind/dist/dst/ |
H A D | dst_api.c | 143 dst_check_algorithm(const int alg) in dst_check_algorithm() 163 dst_s_get_key_struct(const char *name, const int alg, const int flags, in dst_s_get_key_struct() 467 int flags, proto, alg, len, dlen; in dst_s_read_public_key() local 648 int alg ; in dst_dnskey_to_key() local 760 const int alg, /*!< algorithm */ in dst_buffer_to_key() 825 int cnt, alg, len, major, minor, file_major, file_minor; in dst_s_read_private_key_file() local 954 const int flags, const int protocol, const int alg) in dst_generate_key()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
H A D | t-rand.cc | 62 gmp_randalg_t alg = GMP_RAND_ALG_LC; in check_randinit() local 67 gmp_randalg_t alg = GMP_RAND_ALG_DEFAULT; in check_randinit() local 72 gmp_randalg_t alg = (gmp_randalg_t) 0; in check_randinit() local
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | dst_test.c | 138 dns_keytag_t id, dns_secalg_t alg, int type, bool expect) { in check_sig() argument 266 dns_secalg_t alg; in ISC_RUN_TEST_IMPL() member 300 dns_keytag_t key2_id, dns_secalg_t alg, int type, bool expect) { in check_cmp() argument 362 dns_secalg_t alg; in ISC_RUN_TEST_IMPL() member [all...] |
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | digest.c | 83 digest_alg_size(unsigned alg) in digest_alg_size() 153 const unsigned alg; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_protect.c | 188 static int set_pbmac_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_pbmac_algor() 226 static int set_sig_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_sig_algor()
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | ikev2_common.c | 56 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()
|
/netbsd-src/external/lgpl3/gmp/dist/rand/ |
H A D | rand.c | 36 gmp_randinit (gmp_randstate_t rstate, gmp_randalg_t alg, ...) in gmp_randinit()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | dst_parse.c | 124 find_value(const char *s, const unsigned int alg) { in find_value() 344 unsigned int alg) { in check_hmac_sha() 363 check_data(const dst_private_t *priv, const unsigned int alg, bool old, in check_data() 416 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex, in dst__privstruct_parse()
|
/netbsd-src/sys/dev/marvell/ |
H A D | mvcesa.c | 379 uint32_t alg, mode, dir, *iv, ivbuf[2]; in mvcesa_process() local 431 uint32_t alg, *iv = NULL, digest[512 / 8 / 4], dlen; in mvcesa_process() local 486 uint32_t alg, uint32_t *iv, uint32_t *digest, in mvcesa_authentication() 622 uint32_t alg, uint32_t mode, uint32_t dir, uint32_t *iv, in mvcesa_des_encdec()
|