Searched refs:from_time (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A Dkey_create.c44 do_key_create_pair(const char *keychainName, SecAccessRef access, CSSM_ALGORITHMS algorithm, uint32 keySizeInBits, CFAbsoluteTime from_time, CFAbsoluteTime to_time, Boolean print_hash) argument
180 CFAbsoluteTime from_time = 0.0, to_time = 0.0; local
241 result = parse_time(optarg, &from_time);
257 from_time = CFAbsoluteTimeGetCurrent();
258 to_time = from_time + days * 86400.0;
305 result = do_key_create_pair(keychainName, access, algorithm, keySizeInBits, from_time, to_time, print_hash);
476 CFAbsoluteTime from_time = 0.0, to_time = 0.0;
539 result = parse_time(optarg, &from_time);
555 from_time = CFAbsoluteTimeGetCurrent();
556 to_time = from_time
[all...]

Completed in 103 milliseconds