Searched refs:ctxpp (Results 1 – 4 of 4) sorted by relevance
109 nb_ctx_create(struct nb_ctx **ctxpp) in nb_ctx_create() argument117 *ctxpp = ctx; in nb_ctx_create()
2614 crypto_ctx_t **ctxpp; in cipher_init() local2688 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() local2825 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 …]
197 int attr, struct smb_cred *scrp, struct smbfs_fctx **ctxpp);
2258 struct smbfs_fctx **ctxpp) in smbfs_smb_findopen() argument2285 *ctxpp = ctx; in smbfs_smb_findopen()