| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_changeauth.c | 41 srk = 0, enumerator in enum:__anon2297 46 {N_("SRK"), N_("Enter new SRK password: "), FALSE}, 56 logCmdOption("-s, --srk", _("Change the SRK password.")); 59 logCmdOption("-z, --well-known", _("Change password to a new one when current owner password is a secret of all zeros (20 bytes of zeros). It must be specified which password (owner, SRK or both) to change")); 60 logCmdOption("-r, --set-well-known", _("Change password to a secret of all zeros (20 bytes of zeros). It must be specified which password (owner, SRK or both) to change")); 73 auths[srk].change = TRUE; 106 * Affect: Change owner or srk password 121 {"srk", no_argument, NULL, 's'} [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-sk-client.c | 365 sshsk_free_resident_key(struct sshsk_resident_key *srk) 367 if (srk == NULL) 369 sshkey_free(srk->key); 370 freezero(srk->user_id, srk->user_id_len); 371 free(srk); 396 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp; local 433 if ((srk = calloc(1, sizeof(*srk))) == NULL) { 438 srk->key = key [all...] |
| ssh-sk.c | 762 sshsk_free_resident_key(struct sshsk_resident_key *srk) 764 if (srk == NULL) 766 sshkey_free(srk->key); 767 freezero(srk->user_id, srk->user_id_len); 768 free(srk); 795 struct sshsk_resident_key *srk = NULL, **srks = NULL, **tmp; local 838 if ((srk = calloc(1, sizeof(*srk))) == NULL) { 843 srk->key = key [all...] |
| sk-usbhid.c | 1133 struct sk_resident_key *srk = NULL, **tmp; local 1224 if ((srk = calloc(1, sizeof(*srk))) == NULL || 1225 (srk->key.key_handle = calloc(1, 1227 (srk->application = strdup(rp_id)) == NULL || 1229 (srk->user_id = calloc(1, user_id_len)) == NULL)) { 1234 srk->key.key_handle_len = fido_cred_id_len(cred); 1235 memcpy(srk->key.key_handle, fido_cred_id_ptr(cred), 1236 srk->key.key_handle_len); 1237 srk->user_id_len = user_id_len [all...] |