Home
last modified time | relevance | path

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

1234

/minix3/external/bsd/bind/dist/bin/confgen/
H A Dkeygen.c50 alg_totext(dns_secalg_t alg) { in alg_totext()
97 alg_bits(dns_secalg_t alg) { in alg_bits()
121 generate_key(isc_mem_t *mctx, const char *randomfile, dns_secalg_t alg, in generate_key()
204 dns_secalg_t alg) { in write_key_file()
H A Dddns-confgen.c110 dns_secalg_t alg = DST_ALG_HMACSHA256; in main() local
H A Drndc-confgen.c108 dns_secalg_t alg; in main() local
/minix3/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotptest.c45 OtpAlgorithm *alg) in test_one()
71 char *alg; in test() member
120 OtpAlgorithm *alg = otp_find_alg (t->alg); in test() local
H A Dotp_parse.c92 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()
/minix3/usr.bin/netstat/
H A Dfast_ipsec.c69 struct alg { struct
73 static const struct alg aalgs[] = { argument
/minix3/external/bsd/dhcp/dist/dst/
H A Ddst_api.c155 dst_check_algorithm(const int alg) in dst_check_algorithm()
175 dst_s_get_key_struct(const char *name, const int alg, const u_int32_t flags, in dst_s_get_key_struct()
478 int proto, alg, dlen; in dst_s_read_public_key() local
667 int alg ; in dst_dnskey_to_key() local
778 const int alg, /* algorithm */ in dst_buffer_to_key()
843 int cnt, alg, len, major, minor, file_major, file_minor; in dst_s_read_private_key_file() local
968 const unsigned flags, const int protocol, const int alg) in dst_generate_key()
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dp5_pbe.c128 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
H A Dx_algor.c126 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Ddigest.c86 digest_alg_size(unsigned alg) in digest_alg_size()
173 const unsigned alg; member
/minix3/external/bsd/bind/dist/bin/tests/dst/
H A Ddst_test.c143 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx) { in io()
167 int alg = DST_ALG_DH; in dh() local
221 generate(int alg, isc_mem_t *mctx) { in generate()
H A Dt_dst.c182 int alg = DST_ALG_DH; in dh() local
286 io(dns_name_t *name, isc_uint16_t id, isc_uint16_t alg, int type, in io()
398 generate(int alg, isc_mem_t *mctx, int size, int *nfails) { in generate()
713 int id, int alg, int type, in t2_sigchk()
938 char *alg; in t2_vfy() local
/minix3/external/bsd/bind/dist/lib/dns/
H A Dkey.c37 dst_region_computeid(const isc_region_t *source, unsigned int alg) { in dst_region_computeid()
62 dst_region_computerid(const isc_region_t *source, unsigned int alg) { in dst_region_computerid()
H A Ddst_api.c130 #define CHECKALG(alg) \ argument
285 dst_algorithm_supported(unsigned int alg) { in dst_algorithm_supported()
511 unsigned int alg, int type, const char *directory, in dst_key_fromfile()
695 isc_uint8_t alg, proto; in dst_key_fromdns() local
734 dst_key_frombuffer(dns_name_t *name, unsigned int alg, in dst_key_frombuffer()
836 dst_key_buildinternal(dns_name_t *name, unsigned int alg, in dst_key_buildinternal()
870 dst_key_fromlabel(dns_name_t *name, int alg, unsigned int flags, in dst_key_fromlabel()
912 dst_key_generate(dns_name_t *name, unsigned int alg, in dst_key_generate()
923 dst_key_generate2(dns_name_t *name, unsigned int alg, in dst_key_generate2()
1327 dst_key_restore(dns_name_t *name, unsigned int alg, unsigned int flags, in dst_key_restore()
[all …]
H A Ddst_parse.c139 find_value(const char *s, const unsigned int alg) { in find_value()
336 unsigned int alg) in check_hmac_sha()
352 check_data(const dst_private_t *priv, const unsigned int alg, in check_data()
406 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex, in dst__privstruct_parse()
/minix3/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_fat.c103 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb()
/minix3/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c615 get_proto(pgp_symm_alg_t alg) in get_proto()
644 pgp_crypt_any(pgp_crypt_t *crypt, pgp_symm_alg_t alg) in pgp_crypt_any()
658 pgp_block_size(pgp_symm_alg_t alg) in pgp_block_size()
666 pgp_key_size(pgp_symm_alg_t alg) in pgp_key_size()
753 pgp_is_sa_supported(pgp_symm_alg_t alg) in pgp_is_sa_supported()
/minix3/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Ddigest.c164 digest_alg_size(unsigned alg) in digest_alg_size()
251 const unsigned alg; member
H A Ddigest.h69 uint32_t alg; /* algorithm */ member
/minix3/crypto/external/bsd/openssl/dist/crypto/
H A Dcrypto.h602 # define fips_md_init(alg) fips_md_init_ctx(alg, alg) argument
605 # define fips_md_init_ctx(alg, cx) \ argument
614 # define fips_cipher_abort(alg) \ argument
619 # define fips_md_init_ctx(alg, cx) \ argument
621 # define fips_cipher_abort(alg) while(0) argument
/minix3/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_attr.c101 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
/minix3/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_lib.c124 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio()
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcollector.c39 AlgorithmIdentifier alg; member
118 const AlgorithmIdentifier *alg, in _hx509_collector_private_key_add()
/minix3/external/bsd/bind/dist/bin/named/
H A Dtsigconf.c63 dns_name_t *alg; in add_initial_keys() local
/minix3/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c106 X509_ALGOR *alg; in OCSP_cert_id_new() local

1234