Searched refs:key (Results 1 - 25 of 34) sorted by relevance

12

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Ddest4-sparcv9.pl93 { my ($inp,$out,$len,$key,$ivec) = map("%o$_",(0..4));
120 ldd [$key + 0x00], %f4 ! load key schedule
121 ldd [$key + 0x08], %f6
122 ldd [$key + 0x10], %f8
123 ldd [$key + 0x18], %f10
124 ldd [$key + 0x20], %f12
125 ldd [$key + 0x28], %f14
126 ldd [$key + 0x30], %f16
127 ldd [$key
[all...]
H A Daest4-sparcv9.pl27 # fetching input from memory, xor-ing it with zero-round key and
31 # 128-bit key 192- 256-
48 # 128-bit key 192- 256-
63 # one byte in 29 cycles with 128-bit key on same processor. Intel
84 my ($inp,$out,$key,$rounds,$tmp,$mask)=map("%o$_",(0..5));
102 ldx [$key + 0], %g4
103 ldx [$key + 8], %g5
118 ld [$key + 240], $rounds
119 ldd [$key + 16], %f12
120 ldd [$key
[all...]
H A De_aes.c79 } ks; /* AES key schedule to use */
80 int key_set; /* Set if key initialised */
95 } ks1, ks2; /* AES key schedules to use */
107 } ks; /* AES key schedule to use */
108 int key_set; /* Set if key initialised */
121 AES_KEY *key);
123 AES_KEY *key);
126 const AES_KEY *key);
128 const AES_KEY *key);
133 const AES_KEY *key, unsigne
266 aesni_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
339 aesni_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
375 aesni_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
413 aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
546 aes_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
645 aes_t4_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
695 aes_t4_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
763 aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
920 aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
1275 aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
1638 aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
1812 aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A De_des3.c91 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
98 static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
266 static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
269 DES_cblock *deskey = (DES_cblock *)key;
299 static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
302 DES_cblock *deskey = (DES_cblock *)key;
311 fprintf(stderr, "%02X", key[i]);
/solaris-userland/tools/.gnupg/
H A Dgpg.conf9 keyserver-options honor-http-proxy auto-key-retrieve
/solaris-userland/components/krb5/Solaris/
H A Dmissing_interfaces.c22 mit_des_fixup_key_parity(mit_des_cblock key) argument
24 k5_des_fixup_key_parity(key);
H A Dkt_solaris.c58 krb5_keyblock key; local
62 memset(&key, 0, sizeof (krb5_keyblock));
71 if ((krb5_c_string_to_key(ctx, enctype, &password, &salt, &key)) != 0)
74 entry.key = key;
83 krb5_free_keyblock_contents(ctx, &key);
99 * constructing the salt in the string-to-key function.
100 * where kvno is the key version number of the set of service principal
102 * where flags is the set of conditions that affects the key table entries
109 * where password is the password that will be used to derive the key fo
266 k5_kt_remove_by_key(krb5_context ctx, char *key, uint_t type) argument
[all...]
H A Dprof_solaris.c85 * key:
86 * If key is NULL then all entries in the section specified are returned.
94 k5_profile_iter_name_value(profile_t profile, char *section, char *key, argument
117 if (key != NULL && value != NULL) {
118 boolean_t ex_match = strcmp(key, value) ?
120 boolean_t match = strcasecmp(key, value) ?
/solaris-userland/components/jansson/doc/html/_static/
H A Ddoctools.js44 * current request. Multiple values per key are supported,
54 var key = jQuery.urldecode(tmp[0]);
56 if (key in result)
57 result[key].push(value);
59 result[key] = [value];
129 for (var key in catalog.messages)
130 this.TRANSLATIONS[key] = catalog.messages[key];
H A Dsidebar.js145 var key = key_val[0].replace(/ /, ""); // strip leading spaces
146 if (key == 'sidebar') {
/solaris-userland/components/ruby/puppet-solaris/files/
H A Dupdate_smf.py102 def create_config_element(key, key_type, desc_text):
105 <prop_pattern name='${key}' type='${key_type}'
114 name=key,
124 def determine_type(key, value):
126 specified key
129 # Does the key have a specified xml property type
132 return PROP_TYPE[key]
146 a 'key=value' entry
149 # The last field should be a key = value pair
155 # key
[all...]
/solaris-userland/components/openstack/common/files/
H A Dopenstack_common.py61 def update_mapping(section, key, mapping):
63 section/key.
66 if (section, key) in mapping:
67 print "Deprecated value found: [%s] %s" % (section, key)
68 section, key = mapping[(section, key)]
69 if section is None and key is None:
72 print "Updating to: [%s] %s" % (section, key)
73 return section, key
120 section/key
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c646 test_dlclass(const char *key, dlmgr_DLValue_t *dlval, void *arg) argument
648 if (strcmp(key, "class") == 0)
655 test_dllower(const char *key, dlmgr_DLValue_t *dlval, void *arg) argument
658 if (strcmp(key, "over") == 0) {
989 const char *key, char *buf, char *dstr, size_t dstrlen)
995 if (strlen(key) != 0) {
999 if ((status = dlmgr__rad_dict_string_DLValue_put(ddvp, key,
1004 snprintf(dstr, dstrlen, "%s,%s=%s", dstr, key, buf);
1012 const char *key, dlmgr__rad_dict_string_DLValue_t *dict)
1018 if (strlen(key) !
988 dlmgr_DLValue_putstring(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, char *buf, char *dstr, size_t dstrlen) argument
1011 dlmgr_DLValue_putdict(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, dlmgr__rad_dict_string_DLValue_t *dict) argument
1483 dlmgr_DLValue_fm_putstring(dlmgr__rad_dict_string_DLValue_t *ddvp, dlmgr__rad_dict_string_DLValue_t *ddmp, const char *key, char *buf, char *rbuf, char *dstr, size_t dstrlen) argument
1514 dlmgr_DLValue_putboolean(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, boolean_t val, char *dstr, size_t dstrlen) argument
1535 dlmgr_DLValue_putulong(dlmgr__rad_dict_string_DLValue_t *ddvp, const char *key, uint64_t val, char *dstr, size_t dstrlen) argument
1556 dlmgr_DLValue_fm_putulong(dlmgr__rad_dict_string_DLValue_t *ddvp, dlmgr__rad_dict_string_DLValue_t *ddmp, const char *key, uint64_t f, uint64_t m, char *dstr, size_t dstrlen) argument
1976 solaris_settransport_action_to_str(char *str, size_t strsize, const char *key, uint16_t src, uint16_t dst) argument
2444 solaris_flowinfo2flowmap(const char *key, dlmgr_DLValue_t *val, void *arg) argument
3133 flow_propstr2outports(char *key, char *val, uint32_t outports[], int *valcntp) argument
3188 flow_propstr2vals(char *key, char *val, char ***propvalsp, int *valcntp) argument
3230 char *curr, *key, c; local
3329 solaris_flowinfo2actionmap(const char *key, dlmgr_DLValue_t *val, void *arg) argument
[all...]
H A Ddpif-solaris.c1175 dpif_solaris_key_to_flow(const struct nlattr *key, size_t key_len, argument
1178 if (odp_flow_key_to_flow(key, key_len, f)) {
1193 odp_flow_format(key, key_len, NULL, 0, NULL, &s, true);
1194 VLOG_ERR("internal error parsing flow key %s",
1205 dpif_solaris_key_to_mask(const struct nlattr *key, uint32_t key_len, argument
1223 * No mask key, unwildcard everything except fields whose
1256 odp_flow_format(key, key_len, mask_key, mask_key_len,
1277 const struct miniflow *key)
1284 rule = classifier_lookup_miniflow_first(&dpif->cls, key);
1381 const struct nlattr *key, size_
1380 dpif_solaris_flow_get(const struct dpif *dpif_, const struct nlattr *key, size_t key_len, struct ofpbuf **bufp, struct nlattr **maskp, size_t *mask_len, struct nlattr **actionsp, size_t *actions_len, struct dpif_flow_stats *stats) argument
1860 dpif_solaris_flow_dump_next(const struct dpif *dpif_ OVS_UNUSED, void *iter_, void *state_, const struct nlattr **key, size_t *key_len, const struct nlattr **mask, size_t *mask_len, const struct nlattr **actions, size_t *actions_len, const struct dpif_flow_stats **stats) argument
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h77 /* max byte length of a symmetric key we support */
102 RSA *rsa_pub; /* pub key addr */
105 RSA *rsa_priv; /* priv key addr */
113 DSA *dsa_pub; /* pub key addr */
114 BIGNUM *dsa_pub_num; /* pub key */
115 DSA *dsa_priv; /* priv key addr */
116 BIGNUM *dsa_priv_num; /* priv key */
121 CK_OBJECT_HANDLE dh_key; /* key handle */
122 DH *dh; /* dh key addr */
123 BIGNUM *dh_priv_num; /* priv dh key */
128 unsigned char key[PK11_KEY_LEN_MAX]; member in struct:PK11_st_SESSION::__anon5::__anon9
[all...]
H A De_pk11.c161 * lists of asymmetric key handles which are active (referenced by at least one
168 * Create all secret key objects in a global session so that they are available
170 * without losing the secret key objects.
277 static int pk11_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
288 const unsigned char *key, CK_KEY_TYPE key_type, PK11_SESSION *sp);
289 static int check_new_cipher_key(PK11_SESSION *sp, const unsigned char *key,
1854 * object. The key load functions set it to persistent if that is so.
1863 * public components 'n'/'e' are the key components we use to check for the
1865 * a public or a private key, we always free what we can.
1884 /* Destroy RSA public key fro
2242 pk11_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
2597 pk11_get_cipher_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, CK_KEY_TYPE key_type, PK11_SESSION *sp) argument
2868 check_new_cipher_key(PK11_SESSION *sp, const unsigned char *key, int key_len) argument
[all...]
/solaris-userland/components/bind/Solaris/
H A Ddns-server.sh46 rndc_key_file=/etc/rndc.key
127 # If not, check if the default rndc key file exists.
129 echo "$I: Creating default rndc key file: ${rndc_key_file}." >&2
/solaris-userland/components/openssh/sources/
H A Dsshd.sh36 echo Creating new $keytype public/private host key pair
39 echo "Could not create $keytype key: $keypath"
/solaris-userland/components/openstack/nova/files/solariszones/
H A Dsysconfig.py190 def create_root_ssh_keys(key):
191 """ return an etree object to set a public SSH key for root
204 etree.SubElement(alist, "value_node", value=key)
/solaris-userland/components/texinfo/
H A Dtexi2html.pl177 'key', 'KBD',
1128 local($index, *ary, @keys, $key, $letter, $last_letter, @refs);
1136 foreach $key (@keys) {
1137 $_ = $key;
1143 $key2alpha{$key} = $_;
1144 print "# index $key sorted as $_\n"
1145 if $key ne $_ && $debug & $DEBUG_INDEX;
1149 foreach $key (sort byalpha @keys) {
1150 $letter = substr($key2alpha{$key}, 0, 1);
1151 $letter = substr($key2alpha{$key},
[all...]
/solaris-userland/components/openvswitch/files/
H A Dovs-clean.py35 for key, value in adict.iteritems():
H A Dovs-svc98 --private-key=db:Open_vSwitch,SSL,private_key \
/solaris-userland/tools/python/pkglint/
H A Duserland.py324 not any(key.startswith(relative_dir + '/')
325 for key in self.ref_paths):
486 for key in self.ref_paths:
487 if key.startswith(realtarget):
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py480 for key in ['encryption_algorithm', 'auth_algorithm', 'pfs']:
481 self._dialect(ipsec_site_conn['ikepolicy'], key)
482 self._dialect(ipsec_site_conn['ipsecpolicy'], key)
491 def _dialect(self, obj, key):
492 obj[key] = self.DIALECT_MAP.get(obj[key], obj[key])
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c126 * (or some such) to allow fast access based on a uid key.
180 ps_data_t key; local
182 key.pid = pid;
186 psp = (ps_data_t *)bsearch((char *)&key, (char *)pstable,

Completed in 82 milliseconds

12