Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c2124 uint8_t boolval = 0; in attribute_is_exportable() local
2144 boolsize = sizeof(boolval); in attribute_is_exportable()
2146 &boolval, &boolsize); in attribute_is_exportable()
2147 if (rc || boolval == PKCS11_FALSE) in attribute_is_exportable()
2150 boolsize = sizeof(boolval); in attribute_is_exportable()
2152 &boolval, &boolsize); in attribute_is_exportable()
2153 if (rc || boolval == PKCS11_TRUE) in attribute_is_exportable()
2266 uint8_t boolval = 0; in attr_is_modifiable_certificate() local
2272 &boolval, &boolsize); in attr_is_modifiable_certificate()
2273 if (rc || boolval == PKCS11_TRUE) in attr_is_modifiable_certificate()