Searched refs:PK_STD (Results 1 – 4 of 4) sorted by relevance
42 std = which & PK_STD; in ec25519_export()43 which &= ~PK_STD; in ec25519_export()48 if (std == PK_STD) { in ec25519_export()80 if (std == PK_STD) { in ec25519_export()
35 std = type & PK_STD; in rsa_export()36 type &= ~PK_STD; in rsa_export()
37 std = type & PK_STD; in dsa_export()38 type &= ~PK_STD; in dsa_export()
20 PK_STD = 0x1000, enumerator
Completed in 6 milliseconds