Home
last modified time | relevance | path

Searched refs:key_fp (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/host/lib/
Dsignature_digest.c43 FILE* key_fp = NULL; in SignatureBuf() local
49 key_fp = fopen(key_file, "r"); in SignatureBuf()
50 if (!key_fp) { in SignatureBuf()
55 if ((key = PEM_read_RSAPrivateKey(key_fp, NULL, NULL, NULL))) in SignatureBuf()
68 fclose(key_fp); in SignatureBuf()
/external/openssh/
Dauth2-pubkey.c924 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
952 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
978 "f", key_fp, in user_key_command_allowed2()
1028 free(key_fp); in user_key_command_allowed2()
Dssh-keygen.c1858 char *key_fp, *ca_fp; in do_show_cert() local
1872 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in do_show_cert()
1875 if (key_fp == NULL || ca_fp == NULL) in do_show_cert()
1881 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in do_show_cert()