Home
last modified time | relevance | path

Searched refs:ctxpp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnb.c109 nb_ctx_create(struct nb_ctx **ctxpp) in nb_ctx_create() argument
117 *ctxpp = ctx; in nb_ctx_create()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c2614 crypto_ctx_t **ctxpp; in cipher_init() local
2688 ctxpp = (init == crypto_encrypt_init_prov) ? in cipher_init()
2691 if (*ctxpp != NULL) in cipher_init()
2692 CRYPTO_CANCEL_CTX(ctxpp); in cipher_init()
2693 *ctxpp = (rv == CRYPTO_SUCCESS) ? cc : NULL; in cipher_init()
2749 crypto_ctx_t **ctxpp; in cipher() local
2825 ctxpp = (single == crypto_encrypt_single) ? in cipher()
2830 rv = (single)(*ctxpp, &encr, NULL, NULL); in cipher()
2832 rv = (single)(*ctxpp, &data, &encr, NULL); in cipher()
2835 *ctxpp = NULL; in cipher()
[all …]
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h197 int attr, struct smb_cred *scrp, struct smbfs_fctx **ctxpp);
H A Dsmbfs_smb.c2258 struct smbfs_fctx **ctxpp) in smbfs_smb_findopen() argument
2285 *ctxpp = ctx; in smbfs_smb_findopen()