Searched refs:RP_ALLOW_STDIN (Results 1 – 5 of 5) sorted by relevance
309 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file()475 RP_ALLOW_STDIN)) == NULL) in update_card()581 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()584 p2 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()614 pass = read_passphrase("Enter PIN for authenticator: ", RP_ALLOW_STDIN); in load_resident_keys()
330 pass = read_passphrase(prompt, RP_ALLOW_STDIN); in load_identity()1465 RP_ALLOW_STDIN); in do_change_passphrase()1485 "passphrase): ", RP_ALLOW_STDIN); in do_change_passphrase()1487 RP_ALLOW_STDIN); in do_change_passphrase()1585 RP_ALLOW_STDIN); in do_change_comment()1845 RP_ALLOW_STDIN)) == NULL) in do_ca_sign()2630 RP_ALLOW_STDIN)) == NULL) in sign_one()3121 passphrase1 = read_passphrase(prompt1, RP_ALLOW_STDIN); in read_check_passphrase()3122 passphrase2 = read_passphrase(prompt2, RP_ALLOW_STDIN); in read_check_passphrase()3207 pin = read_passphrase("Enter PIN for authenticator: ", RP_ALLOW_STDIN); in do_download_sk()[all …]
237 #define RP_ALLOW_STDIN 0x0002 macro
148 else if (flags & RP_ALLOW_STDIN) { in read_passphrase()
1152 RP_ALLOW_STDIN);