Searched refs:kuse (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DDecodedCert.cpp142 CE_KeyUsage kuse = clBitStringToKeyUsage(*ku); local
143 if(kuse & CE_KU_DigitalSignature) {
146 if(kuse & CE_KU_NonRepudiation) {
149 if(kuse & CE_KU_KeyEncipherment) {
152 if(kuse & CE_KU_KeyAgreement) {
155 if(kuse & CE_KU_KeyCertSign) {
158 if(kuse & CE_KU_CRLSign) {
161 if(kuse & CE_KU_DataEncipherment) {

Completed in 157 milliseconds