Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dec25519_export.c35 std = which & PK_STD; in ec25519_export()
36 which &= ~PK_STD; in ec25519_export()
41 if (std == PK_STD) { in ec25519_export()
73 if (std == PK_STD) { in ec25519_export()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_export.c28 std = type & PK_STD; in rsa_export()
29 type &= ~PK_STD; in rsa_export()
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_export.c30 std = type & PK_STD; in dsa_export()
31 type &= ~PK_STD; in dsa_export()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h13 PK_STD = 0x1000, enumerator