Home
last modified time | relevance | path

Searched refs:std (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_export.c23 int err, std; in rsa_export() local
28 std = type & PK_STD; in rsa_export()
58 if (std) { in rsa_export()
76 if ((err != CRYPT_OK) || !std) { in rsa_export()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dec25519_export.c24 int err, std; in ec25519_export() local
35 std = which & PK_STD; in ec25519_export()
41 if (std == PK_STD) { in ec25519_export()
73 if (std == PK_STD) { in ec25519_export()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_export.c24 int err, std; in dsa_export() local
30 std = type & PK_STD; in dsa_export()
38 if (std) { in dsa_export()
60 if (std) { in dsa_export()
/optee_os-3.20.0/lib/libutils/isoc/newlib/
A D_ansi.h117 #define _BEGIN_STD_C namespace std { extern "C" {
/optee_os-3.20.0/mk/
A Dcompile.mk20 comp-cflags$(sm) = -std=gnu11
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1817 * Fix build using -std=c99. Fixed by Nick Wilson.

Completed in 10 milliseconds