Searched defs:cindex (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/h/
H A Dcollate.h82 m_collel_t *cindex, /* index to range table map */ member in struct:_m_cinfo
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5162 int cindex)
5188 id_cryptoctx->creds[cindex] = malloc(sizeof(struct _pkinit_cred_info));
5189 if (id_cryptoctx->creds[cindex] == NULL) {
5193 id_cryptoctx->creds[cindex]->cert = x;
5195 id_cryptoctx->creds[cindex]->cert_id = NULL;
5196 id_cryptoctx->creds[cindex]->cert_id_len = 0;
5198 id_cryptoctx->creds[cindex]->key = y;
5199 id_cryptoctx->creds[cindex+1] = NULL;
5158 pkinit_load_fs_cert_and_key(krb5_context context, pkinit_identity_crypto_context id_cryptoctx, char *certname, char *keyname, int cindex) argument

Completed in 47 milliseconds