Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 4 of 4) sorted by relevance

/crypto/
A Dtcrypt.c62 static unsigned int sec; variable
2038 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test()
2042 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test()
2128 ENCRYPT, sec, NULL, 0, in do_test()
2131 DECRYPT, sec, NULL, 0, in do_test()
2136 test_aead_speed("aegis128", ENCRYPT, sec, in do_test()
2138 test_aead_speed("aegis128", DECRYPT, sec, in do_test()
2143 test_aead_speed("gcm(sm4)", ENCRYPT, sec, in do_test()
2296 test_hash_speed("streebog256", sec, in do_test()
2301 test_hash_speed("streebog512", sec, in do_test()
[all …]
/crypto/asymmetric_keys/
A Dx509_cert_parser.c659 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local
688 sec = DD2bin(p); in x509_decode_time()
712 sec > 60) /* ISO 8601 permits leap seconds [X.680 46.3] */ in x509_decode_time()
715 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
A Dverify_pefile.c31 const struct section_header *sec; in pefile_parse_binary() local
111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()
A Dpkcs7.asn199 -- RFC5652 sec 5.3

Completed in 18 milliseconds