Searched refs:akey (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 611 krb5_key_data *pkey, *akey, nullkey; local 654 pkey = akey = (krb5_key_data *) NULL; 698 &akey))) { 707 if (!pkey && akey) { 708 pkey = akey; 709 akey = &nullkey; 712 if (!akey) 713 akey = &nullkey; 723 (krb5_int32) akey->key_data_length[0], 725 (krb5_int32) akey->key_data_length[1], [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | setenviron.c | 43 setenviron(const char* akey) in setenviron() argument 51 char* key = (char*)akey; in setenviron() 60 return (*intercepts.intercept_setenviron)(akey); in setenviron()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 3333 sadb_key_t *akey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_AUTH]; local 3458 if (akey != NULL && assoc->sadb_sa_auth != SADB_AALG_NONE) { 3460 if (akey != NULL) { 3481 if (!ipsec_valid_key_size(akey->sadb_key_bits, aalg)) { 3489 if (ipsec_check_key(aalg->alg_mech_type, akey, B_TRUE,
|
H A D | sadb.c | 2924 sadb_key_t *akey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_AUTH]; local 3197 if (akey != NULL && newbie->ipsa_auth_alg != SADB_AALG_NONE) { 3199 if (akey != NULL) { 3204 newbie->ipsa_authkeybits = akey->sadb_key_bits; 3205 newbie->ipsa_authkeylen = SADB_1TO8(akey->sadb_key_bits); 3207 if ((akey->sadb_key_bits & 0x7) != 0) 3216 bcopy(akey + 1, newbie->ipsa_authkey, newbie->ipsa_authkeylen); 3217 bzero(akey + 1, newbie->ipsa_authkeylen); 4518 sadb_key_t *akey = (sadb_key_t *)ksi->ks_in_extv[SADB_EXT_KEY_AUTH]; local 4563 if (akey != NULL) {
|