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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-chall.c60 if ((authctxt->kbdintctxt = device->init_ctx(authctxt)) == NULL)
H A Dauth.h95 * init_ctx returns: non NULL upon success
103 void* (*init_ctx)(Authctxt*); member in struct:KbdintDevice
H A Dauth2-chall.c233 if ((kbdintctxt->ctxt = kbdintctxt->device->init_ctx(authctxt)) == NULL) {
H A Dmonitor.c1055 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt);
/freebsd-10.0-release/crypto/openssl/apps/
H A Dpkeyutl.c75 static EVP_PKEY_CTX *init_ctx(int *pkeysize,
140 ctx = init_ctx(&keysize,
413 static EVP_PKEY_CTX *init_ctx(int *pkeysize, function

Completed in 187 milliseconds