Searched refs:certattr (Results 1 – 1 of 1) sorted by relevance
398 CK_ATTRIBUTE certattr; in matchcert() local403 certattr.type = CKA_ISSUER; in matchcert()404 certattr.pValue = NULL; in matchcert()405 certattr.ulValueLen = 0; in matchcert()407 rv = get_attr(kmfh, obj, &certattr); in matchcert()410 name.Data = certattr.pValue; in matchcert()411 name.Length = certattr.ulValueLen; in matchcert()417 free(certattr.pValue); in matchcert()424 certattr.type = CKA_SUBJECT; in matchcert()425 certattr.pValue = NULL; in matchcert()[all …]