Lines Matching refs:aux
143 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create()
144 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create()
145 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create()
160 if (cert->aux != NULL && cert->aux->keyid != NULL && in sunw_PKCS12_create()
161 cert->aux->keyid->type == V_ASN1_OCTET_STRING) { in sunw_PKCS12_create()
162 str = cert->aux->keyid->data; in sunw_PKCS12_create()
163 len = cert->aux->keyid->length; in sunw_PKCS12_create()
192 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create()
193 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create()
194 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create()
209 if (cert->aux != NULL && cert->aux->keyid != NULL && in sunw_PKCS12_create()
210 cert->aux->keyid->type == V_ASN1_OCTET_STRING) { in sunw_PKCS12_create()
211 str = cert->aux->keyid->data; in sunw_PKCS12_create()
212 len = cert->aux->keyid->length; in sunw_PKCS12_create()