Searched refs:PK_STD (Results 1 – 4 of 4) sorted by relevance
35 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()
28 std = type & PK_STD; in rsa_export()29 type &= ~PK_STD; in rsa_export()
30 std = type & PK_STD; in dsa_export()31 type &= ~PK_STD; in dsa_export()
13 PK_STD = 0x1000, enumerator
Completed in 7 milliseconds