Home
last modified time | relevance | path

Searched defs:key (Results 126 – 150 of 1911) sorted by relevance

12345678910>>...77

/freebsd/crypto/openssl/crypto/x509/
H A Dx_pubkey.c465 EVP_PKEY *X509_PUBKEY_get(const X509_PUBKEY *key) in X509_PUBKEY_get()
604 RSA *key = NULL; in d2i_RSA_PUBKEY() local
645 DH *key = NULL; in ossl_d2i_DH_PUBKEY() local
686 DH *key = NULL; in ossl_d2i_DHx_PUBKEY() local
729 DSA *key = NULL; in d2i_DSA_PUBKEY() local
751 DSA *key = NULL; in ossl_d2i_DSA_PUBKEY() local
795 EC_KEY *key = NULL; in d2i_EC_PUBKEY() local
839 ECX_KEY *key = NULL; in ossl_d2i_ED25519_PUBKEY() local
880 ECX_KEY *key = NULL; in ossl_d2i_ED448_PUBKEY() local
922 ECX_KEY *key = NULL; in ossl_d2i_X25519_PUBKEY() local
[all …]
/freebsd/contrib/nvi/common/
H A Dlog.c182 DBT data, key; in log_cursor1() local
218 DBT data, key; in log_line() local
318 DBT data, key; in log_mark() local
362 DBT key, data; in log_backward() local
464 DBT key, data; in log_setline() local
548 DBT key, data; in log_forward() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac.c51 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init()
84 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init()
156 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init()
203 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init()
231 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init()
301 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init()
/freebsd/usr.sbin/ctld/
H A Duclparse.c253 const char *key = ucl_object_key(obj); in uclparse_toplevel() local
371 const char *key = ucl_object_key(obj); in uclparse_toplevel() local
399 const char *key; in uclparse_auth_group() local
500 const char *key; in uclparse_portal_group() local
699 const char *key; in uclparse_target() local
922 const char *key; in uclparse_lun() local
/freebsd/crypto/openssl/test/
H A Drsa_sp800_56b_test.c224 RSA *key = NULL; in test_check_private_exponent() local
285 RSA *key = NULL; in test_check_crt_components() local
375 RSA *key = NULL; in test_invalid_keypair() local
448 RSA *key = NULL; in test_sp80056b_keygen() local
466 RSA *key = NULL; in test_check_private_key() local
499 RSA *key = NULL; in test_check_public_key() local
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c215 link_key_p key = NULL; in process_pin_code_request_event() local
242 link_key_p key = NULL; in process_link_key_request_event() local
326 bdaddr_p bdaddr, uint8_t *key) in send_link_key_reply()
386 link_key_p key = NULL; in process_link_key_notification_event() local
/freebsd/crypto/openssl/crypto/aes/
H A Daes_wrap.c20 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, in AES_wrap_key()
27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c289 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip()
387 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
444 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
708 const u8 *iv, const u8 *key, in crypto_cipher_init()
1319 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
2182 const u8 *key, size_t len) in crypto_ecdh_set_peerkey()
2458 EVP_PKEY *params = NULL, *key = NULL; in crypto_ec_key_gen() local
2506 void crypto_ec_key_deinit(struct crypto_ec_key *key) in crypto_ec_key_deinit()
2729 crypto_ec_key_get_public_key(struct crypto_ec_key *key) in crypto_ec_key_get_public_key()
2894 int crypto_ec_key_group(struct crypto_ec_key *key) in crypto_ec_key_group()
[all …]
H A Dcrypto_wolfssl.c159 static int wolfssl_hmac_vector(int type, const u8 *key, in wolfssl_hmac_vector()
227 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
265 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
285 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
308 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
341 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
483 const u8 *iv, const u8 *key, in crypto_cipher_init()
993 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
1309 ecc_key key; member
[all …]
/freebsd/lib/librpcsvc/
H A Dxcrypt.c59 char key[8]; in xencrypt() local
92 char key[8]; in xdecrypt() local
122 passwd2des(char *pw, char *key) in passwd2des()
/freebsd/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c81 DBT key; in dbm_delete() local
94 DBT key, value; in dbm_fetch() local
113 DBT key, value; in dbm_get() local
198 DBT key, value; local
/freebsd/libexec/bootpd/
H A Dhash.c177 hash_datum *key) in hash_Exists()
205 hash_datum *key, hash_datum *element) in hash_Insert()
233 hash_datum *key, hash_freefp free_data) in hash_Delete()
295 hash_datum *key) in hash_Lookup()
/freebsd/bin/stty/
H A Dkey.c60 static struct key { struct
66 } keys[] = { argument
/freebsd/contrib/unbound/contrib/
H A Dunbound-querycachedb.py25 def _redis_get(options, key): argument
29 def _dump_value(options, qname, key, value): argument
/freebsd/crypto/openssl/crypto/ec/
H A Decx_backend.c28 int ossl_ecx_public_from_private(ECX_KEY *key) in ossl_ecx_public_from_private()
109 ECX_KEY *ossl_ecx_key_dup(const ECX_KEY *key, int selection) in ossl_ecx_key_dup()
163 ECX_KEY *key = NULL; in ossl_ecx_key_op() local
/freebsd/lib/libc/db/test/hash.tests/
H A Ddriver2.c43 int my_hash(key, len) in my_hash() argument
54 DBT key, content; local
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_sign.c28 const EC_KEY *key) in ossl_sm2_compute_z_digest()
142 const EC_KEY *key, in sm2_compute_msg_hash()
197 static ECDSA_SIG *sm2_sig_gen(const EC_KEY *key, const BIGNUM *e) in sm2_sig_gen()
312 static int sm2_sig_verify(const EC_KEY *key, const ECDSA_SIG *sig, in sm2_sig_verify()
391 ECDSA_SIG *ossl_sm2_do_sign(const EC_KEY *key, in ossl_sm2_do_sign()
413 int ossl_sm2_do_verify(const EC_KEY *key, in ossl_sm2_do_verify()
/freebsd/lib/libc/iconv/
H A Dcitrus_db_factory.c111 _citrus_db_factory_add(struct _citrus_db_factory *df, struct _region *key, in _citrus_db_factory_add()
138 const char *key, struct _citrus_region *data, int datafree) in _citrus_db_factory_add_by_string()
152 const char *key, uint8_t val) in _citrus_db_factory_add8_by_string()
167 const char *key, uint16_t val) in _citrus_db_factory_add16_by_string()
182 const char *key, uint32_t val) in _citrus_db_factory_add32_by_string()
197 const char *key, const char *data) in _citrus_db_factory_add_string_by_string()
/freebsd/contrib/unbound/util/data/
H A Dpacked_rrset.c70 ub_rrset_sizefunc(void* key, void* data) in ub_rrset_sizefunc()
128 ub_rrset_key_delete(void* key, void* userdata) in ub_rrset_key_delete()
163 rrset_key_hash(struct packed_rrset_key* key) in rrset_key_hash()
325 ub_packed_rrset_ttl(struct ub_packed_rrset_key* key) in ub_packed_rrset_ttl()
333 packed_rrset_copy_region(struct ub_packed_rrset_key* key, in packed_rrset_copy_region()
375 packed_rrset_copy_alloc(struct ub_packed_rrset_key* key, in packed_rrset_copy_alloc()
/freebsd/usr.bin/ipcrm/
H A Dipcrm.c70 msgrm(key_t key, int id) in msgrm()
111 shmrm(key_t key, int id) in shmrm()
152 semrm(key_t key, int id) in semrm()
/freebsd/crypto/heimdal/base/
H A Ddict.c41 heim_object_t key; member
171 heim_dict_copy_value(heim_dict_t dict, heim_object_t key) in heim_dict_copy_value()
192 heim_dict_add_value(heim_dict_t dict, heim_object_t key, heim_object_t value) in heim_dict_add_value()
231 heim_dict_delete_key(heim_dict_t dict, heim_object_t key) in heim_dict_delete_key()
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c40 const uint8_t *nonce, const size_t nonce_len, const uint8_t *key) in chacha20_poly1305_encrypt()
87 const uint8_t *nonce, const size_t nonce_len, const uint8_t *key) in chacha20_poly1305_decrypt()
143 const uint8_t *nonce, const uint8_t *key) in xchacha20_poly1305_encrypt()
190 const uint8_t *nonce, const uint8_t *key) in xchacha20_poly1305_decrypt()
/freebsd/crypto/openssh/
H A Dauth2-pubkey.c77 format_key(const struct sshkey *key) in format_key()
93 struct sshkey *key = NULL, *hostkey = NULL; in userauth_pubkey() local
343 match_principals_command(struct passwd *user_pw, const struct sshkey *key, in match_principals_command()
480 user_cert_trusted_ca(struct passwd *pw, struct sshkey *key, in user_cert_trusted_ca()
587 user_key_allowed2(struct passwd *pw, struct sshkey *key, in user_key_allowed2()
616 user_key_command_allowed2(struct passwd *user_pw, struct sshkey *key, in user_key_command_allowed2()
752 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed()
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c110 struct ck_hs_iterator *i, void **key) in _ck_hs_next()
146 ck_hs_next(struct ck_hs *hs, struct ck_hs_iterator *i, void **key) in ck_hs_next()
429 const void *key, in ck_hs_map_probe()
647 const void *key, in ck_hs_fas()
691 const void *key, in ck_hs_apply()
762 const void *key, in ck_hs_set()
818 const void *key, in ck_hs_put_internal()
860 const void *key) in ck_hs_put()
869 const void *key) in ck_hs_put_unique()
878 const void *key) in ck_hs_get()
[all …]
/freebsd/lib/libc/db/btree/
H A Dbt_seq.c71 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) in __bt_seq()
143 __bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags) in __bt_seqset()
326 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first()

12345678910>>...77