Searched refs:authdata (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/ |
H A D | 0001-create-tpm-key-support-well-known-key-option.patch | 62 char *authdata = calloc(1, 128); 66 if (!authdata) { 72 - if (EVP_read_pw_string(authdata, 128, "SRK Password: ", 0)) { 75 - free(authdata); 78 + memset(authdata, 0, TPM_WELL_KNOWN_KEY_LEN); 83 + if (EVP_read_pw_string(authdata, 128, "SRK Password: ", 0)) { 86 + free(authdata); 90 + authlen = strlen(authdata); 96 - strlen(authdata), 99 (BYTE *)authdata))) { [all …]
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 182 unsigned char *authdata; in TSS_checkhmac1() local 202 authdata = buffer + bufsize - SHA1_DIGEST_SIZE; in TSS_checkhmac1() 203 continueflag = authdata - 1; in TSS_checkhmac1() 244 if (memcmp(testhmac, authdata, SHA1_DIGEST_SIZE)) in TSS_checkhmac1()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/ |
H A D | krb5_1.21.3.bb | 173 ${libdir}/krb5/plugins/authdata \
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 2037 0: /usr/lib/krb5/plugins/authdata
|