| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_enc.c | 35 unsigned char *tkey = NULL; in ossl_cms_EncryptedContent_init_bio() local 128 tkey = OPENSSL_malloc(tkeylen); in ossl_cms_EncryptedContent_init_bio() 129 if (tkey == NULL) in ossl_cms_EncryptedContent_init_bio() 131 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0) in ossl_cms_EncryptedContent_init_bio() 136 ec->key = tkey; in ossl_cms_EncryptedContent_init_bio() 138 tkey = NULL; in ossl_cms_EncryptedContent_init_bio() 158 ec->key = tkey; in ossl_cms_EncryptedContent_init_bio() 160 tkey = NULL; in ossl_cms_EncryptedContent_init_bio() 202 OPENSSL_clear_free(tkey, tkeylen); in ossl_cms_EncryptedContent_init_bio()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | cmd_args.c | 120 u_long tkey; in getCmdOpts() local 123 tkey = (int)atol(p); in getCmdOpts() 124 if (tkey == 0 || tkey > NTP_MAXKEY) { in getCmdOpts() 129 authtrust(tkey, 1); in getCmdOpts()
|
| H A D | ntpdbase-opts.def | 341 arg-name = tkey;
|
| H A D | invoke-ntpd.texi | 537 This option takes a string argument @file{tkey}.
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_put.c | 64 DBT tkey, tdata; in __bt_put() local 120 tkey.data = kb; in __bt_put() 121 tkey.size = NOVFLSIZE; in __bt_put() 127 key = &tkey; in __bt_put()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_put.c | 70 DBT tkey, tdata; in __bt_put() local 126 tkey.data = kb; in __bt_put() 127 tkey.size = NOVFLSIZE; in __bt_put() 135 key = &tkey; in __bt_put()
|
| /freebsd/crypto/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 452 unsigned char *ek = NULL, *tkey = NULL; in PKCS7_dataDecode() local 649 tkey = OPENSSL_malloc(tkeylen); in PKCS7_dataDecode() 650 if (tkey == NULL) in PKCS7_dataDecode() 652 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode() 655 ek = tkey; in PKCS7_dataDecode() 657 tkey = NULL; in PKCS7_dataDecode() 669 ek = tkey; in PKCS7_dataDecode() 671 tkey = NULL; in PKCS7_dataDecode() 681 OPENSSL_clear_free(tkey, tkeylen); in PKCS7_dataDecode() 682 tkey = NULL; in PKCS7_dataDecode() [all …]
|
| /freebsd/share/examples/bootforth/ |
| H A D | menu.4th | 24 : tkey ( d -- flag | char ) 44 10 tkey
|
| H A D | menuconf.4th | 26 : tkey ( d -- flag | char ) 46 10 tkey
|
| /freebsd/lib/libsecureboot/openpgp/ |
| H A D | opgp_key.c | 240 OpenPGP_key *key, *tkey; in openpgp_trust_revoke() local 246 tkey = key; in openpgp_trust_revoke() 247 LIST_REMOVE(tkey, entries); in openpgp_trust_revoke()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8916-samsung-a3u-eur.dts | 142 tkey_en_default: tkey-en-default-state { 150 tkey_led_en_default: tkey-led-en-default-state {
|
| H A D | msm8916-samsung-serranove.dts | 156 i2c-tkey { 538 tkey_default: tkey-default-state { 546 tkey_en_default: tkey-en-default-state { 554 tkey_i2c_default: tkey-i2c-default-state { 562 tkey_led_en_default: tkey-led-en-default-state {
|
| H A D | msm8939-samsung-a7.dts | 171 i2c-tkey { 598 tkey_default: tkey-default-state { 605 tkey_en_default: tkey-en-default-state { 612 tkey_i2c_default: tkey-i2c-default-state { 619 tkey_led_en_default: tkey-led-en-default-state {
|
| H A D | msm8916-samsung-a5u-eur.dts | 85 tkey_en_default: tkey-en-default-state {
|
| H A D | msm8916-samsung-e2015-common.dtsi | 101 tkey_en_default: tkey-en-default-state {
|
| H A D | msm8916-samsung-a2015-common.dtsi | 146 i2c-tkey { 540 tkey_default: tkey-default-state { 548 tkey_i2c_default: tkey-i2c-default-state {
|
| H A D | msm8916-samsung-grandmax.dts | 28 /delete-node/ i2c-tkey;
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | ckh.c | 135 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() 158 tkey = cell->key; tdata = cell->data; in ckh_evict_reloc_insert() 160 key = tkey; data = tdata; in ckh_evict_reloc_insert() 136 const void *key, *data, *tkey, *tdata; ckh_evict_reloc_insert() local
|
| /freebsd/crypto/heimdal/kdc/ |
| H A D | krb5tgs.c | 1164 Key *tkey; in tgs_parse_request() local 1245 ap_req.ticket.enc_part.etype, &tkey); in tgs_parse_request() 1270 &tkey->key, in tgs_parse_request()
|
| /freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos7870-on7xelte.dts | 594 tkey_irq: tkey-irq-pins {
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 4218 EVP_PKEY *tkey = NULL; in test_keygen_with_empty_template() local 4232 if (!TEST_ptr(tkey = EVP_PKEY_new()) in test_keygen_with_empty_template() 4233 || !TEST_true(EVP_PKEY_set_type(tkey, EVP_PKEY_RSA)) in test_keygen_with_empty_template() 4234 || !TEST_ptr(ctx = EVP_PKEY_CTX_new(tkey, NULL))) in test_keygen_with_empty_template() 4247 EVP_PKEY_free(tkey); in test_keygen_with_empty_template()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 941 * kdc/kerberos5.c (tgs_rep2): rename one of the tkey to uukey to
|