Lines Matching refs:aux

677 			if (cert->aux != NULL && cert->aux->alias != NULL &&  in sunw_PKCS12_create()
678 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create()
679 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create()
694 if (cert->aux != NULL && cert->aux->keyid != NULL && in sunw_PKCS12_create()
695 cert->aux->keyid->type == V_ASN1_OCTET_STRING) { in sunw_PKCS12_create()
696 str = cert->aux->keyid->data; in sunw_PKCS12_create()
697 len = cert->aux->keyid->length; in sunw_PKCS12_create()
726 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create()
727 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create()
728 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create()
743 if (cert->aux != NULL && cert->aux->keyid != NULL && in sunw_PKCS12_create()
744 cert->aux->keyid->type == V_ASN1_OCTET_STRING) { in sunw_PKCS12_create()
745 str = cert->aux->keyid->data; in sunw_PKCS12_create()
746 len = cert->aux->keyid->length; in sunw_PKCS12_create()
1332 if (cert == NULL || cert->aux == NULL || cert->aux->alias == NULL) { in sunw_get_cert_fname()
1338 ASN1_UTF8STRING_free(cert->aux->alias); in sunw_get_cert_fname()
1339 cert->aux->alias = NULL; in sunw_get_cert_fname()
1343 *((uchar_t **)fname) = utf82ascstr(cert->aux->alias); in sunw_get_cert_fname()
1394 if (cert->aux != NULL && cert->aux->alias != NULL) { in sunw_set_fname()
1395 ASN1_UTF8STRING_free(cert->aux->alias); in sunw_set_fname()
2638 if (x->aux == NULL || x->aux->alias == NULL)
2640 s = x->aux->alias;
2646 if (x->aux == NULL || x->aux->keyid == NULL)
2648 s = x->aux->keyid;