sc_keyctx         135 dev/vnd.c      	blf_ctx		*sc_keyctx;		/* key context */
sc_keyctx         180 dev/vnd.c      		blf_ecb_encrypt(vnd->sc_keyctx, iv, sizeof(iv));
sc_keyctx         182 dev/vnd.c      			blf_cbc_encrypt(vnd->sc_keyctx, iv, addr, bsize);
sc_keyctx         184 dev/vnd.c      			blf_cbc_decrypt(vnd->sc_keyctx, iv, addr, bsize);
sc_keyctx         453 dev/vnd.c      				if (vnd->sc_keyctx)
sc_keyctx         457 dev/vnd.c      				if (vnd->sc_keyctx)
sc_keyctx         468 dev/vnd.c      				if (vnd->sc_keyctx)
sc_keyctx         790 dev/vnd.c      			vnd->sc_keyctx = malloc(sizeof(*vnd->sc_keyctx), M_DEVBUF,
sc_keyctx         792 dev/vnd.c      			blf_key(vnd->sc_keyctx, key, vio->vnd_keylen);
sc_keyctx         795 dev/vnd.c      			vnd->sc_keyctx = NULL;
sc_keyctx         837 dev/vnd.c      		if (vnd->sc_keyctx) {
sc_keyctx         838 dev/vnd.c      			bzero(vnd->sc_keyctx, sizeof(*vnd->sc_keyctx));
sc_keyctx         839 dev/vnd.c      			free(vnd->sc_keyctx, M_DEVBUF);