Searched refs:algo (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-10-stable/contrib/ldns/
H A Ddnssec_verify.c1859 ldns_ecdsa2pkey_raw(unsigned char* key, size_t keylen, uint8_t algo) argument
1866 if(algo == LDNS_ECDSAP256SHA256) {
1869 } else if(algo == LDNS_ECDSAP384SHA384) {
1899 ldns_buffer* rrset, unsigned char* key, size_t keylen, uint8_t algo)
1905 evp_key = ldns_ecdsa2pkey_raw(key, keylen, algo);
1910 if(algo == LDNS_ECDSAP256SHA256)
1921 ldns_buffer *key_buf, uint8_t algo)
1928 ldns_buffer_position(key_buf), algo);
1934 uint8_t algo)
1937 switch(algo) {
1898 ldns_verify_rrsig_ecdsa_raw(unsigned char* sig, size_t siglen, ldns_buffer* rrset, unsigned char* key, size_t keylen, uint8_t algo) argument
1920 ldns_verify_rrsig_buffers(ldns_buffer *rawsig_buf, ldns_buffer *verify_buf, ldns_buffer *key_buf, uint8_t algo) argument
1932 ldns_verify_rrsig_buffers_raw(unsigned char* sig, size_t siglen, ldns_buffer *verify_buf, unsigned char* key, size_t keylen, uint8_t algo) argument
[all...]
H A Dkeys.c156 /* algo not found */
1674 int ldns_key_algo_supported(int algo) argument
1678 if(lt->id == algo)
H A Drr.c1651 ldns_hash algo; local
1662 algo = ldns_rdf2native_int8(ldns_rr_rdf(ds, 2));
1664 ds_gen = ldns_key_rr2ds(dnskey, algo);
/freebsd-10-stable/contrib/ldns/ldns/
H A Ddnssec.h171 * \param[in] algo precise algorithm to initialize ECC group values.
174 EVP_PKEY* ldns_ecdsa2pkey_raw(unsigned char* key, size_t keylen, uint8_t algo);
H A Dkeys.h605 * \param[in] algo the signing algorithm number.
608 int ldns_key_algo_supported(int algo);
/freebsd-10-stable/sys/netinet/
H A Dtcp_usrreq.c1396 struct cc_algo *algo; local
1524 * Return EINVAL if we can't find the requested cc algo.
1528 STAILQ_FOREACH(algo, &cc_list, entries) {
1529 if (strncmp(buf, algo->name, TCP_CA_NAME_MAX)
1531 /* We've found the requested algo. */
1540 CC_ALGO(tp) = algo;
1543 * initialising the new algo,
1547 if (algo->cb_init != NULL)
1548 if (algo->cb_init(tp->ccv) > 0) {
/freebsd-10-stable/crypto/openssl/util/
H A Dmk1mf.pl1209 my $algo, $ALGO;
1210 ($algo = $_) =~ s/^experimental-//;
1211 ($ALGO = $algo) =~ tr/[a-z]/[A-Z]/;
/freebsd-10-stable/sys/netipsec/
H A Dkey.c5887 struct enc_xform *algo; local
5896 algo = esp_algorithm_lookup(i);
5897 if (algo == NULL)
5901 if (_BITS(algo->maxkey) < V_ipsec_esp_keymin)
5903 if (_BITS(algo->minkey) < V_ipsec_esp_keymin)
5906 encmin = _BITS(algo->minkey);
5940 comb->sadb_comb_encrypt_maxbits = _BITS(algo->maxkey);
5990 struct auth_hash *algo; local
6007 algo = ah_algorithm_lookup(i);
6008 if (!algo)
6048 struct comp_algo *algo; local
[all...]
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h371 uint8_t algo; member in struct:r92s_fw_cmd_set_key
H A Dif_rsu.c994 key.algo = R92S_KEY_ALGO_WEP40;
996 key.algo = R92S_KEY_ALGO_WEP104;
999 key.algo = R92S_KEY_ALGO_TKIP;
1002 key.algo = R92S_KEY_ALGO_AES;
/freebsd-10-stable/sys/dev/ubsec/
H A Dubsec.c827 ubsec_setup_enckey(struct ubsec_session *ses, int algo, caddr_t key) argument
831 if (algo == CRYPTO_DES_CBC) {
847 ubsec_setup_mackey(struct ubsec_session *ses, int algo, caddr_t key, int klen) argument
856 if (algo == CRYPTO_MD5_HMAC) {
872 if (algo == CRYPTO_MD5_HMAC) {
/freebsd-10-stable/contrib/unbound/sldns/
H A Dwire2str.c1542 uint8_t algo, hitlen; local
1549 algo = (*d)[1];
1554 /* write: algo hit pubkey */
1555 w = sldns_str_print(s, sl, "%u ", (unsigned)algo);
/freebsd-10-stable/sys/dev/safe/
H A Dsafe.c642 safe_setup_mackey(struct safe_session *ses, int algo, caddr_t key, int klen) argument
652 if (algo == CRYPTO_MD5_HMAC) {
668 if (algo == CRYPTO_MD5_HMAC) {
/freebsd-10-stable/gnu/lib/libstdc++/
H A DMakefile136 algo.h algobase.h alloc.h bvector.h defalloc.h deque.h \
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_utils.c380 sec = val_verify_rrset(env, ve, rrset, &dnskey, kd->algo, reason);
402 verbose(VERB_ALGO, "attempt DS match algo %d keytag %d",
438 int d, digest_algo = 0; /* DS digest algo 0 is not used. */
439 /* find favorite algo, for now, highest number supported */
/freebsd-10-stable/contrib/libstdc++/include/
H A DMakefile.am168 ${backward_srcdir}/algo.h \
/freebsd-10-stable/contrib/unbound/
H A Dconfigure17056 /* algo not found */

Completed in 162 milliseconds

12