Searched refs:std (Results 1 – 6 of 6) sorted by relevance
23 int err, std; in rsa_export() local28 std = type & PK_STD; in rsa_export()58 if (std) { in rsa_export()76 if ((err != CRYPT_OK) || !std) { in rsa_export()
24 int err, std; in ec25519_export() local35 std = which & PK_STD; in ec25519_export()41 if (std == PK_STD) { in ec25519_export()73 if (std == PK_STD) { in ec25519_export()
24 int err, std; in dsa_export() local30 std = type & PK_STD; in dsa_export()38 if (std) { in dsa_export()60 if (std) { in dsa_export()
117 #define _BEGIN_STD_C namespace std { extern "C" {
20 comp-cflags$(sm) = -std=gnu11
1817 * Fix build using -std=c99. Fixed by Nick Wilson.
Completed in 10 milliseconds