Searched refs:tdb_crypto (Results 1 – 4 of 4) sorted by relevance
147 struct tdb_crypto *tc; in ipcomp_input()182 tc = (struct tdb_crypto *) malloc(sizeof (*tc), M_XDATA, M_NOWAIT|M_ZERO); in ipcomp_input()228 struct tdb_crypto *tc; in ipcomp_input_cb()240 tc = (struct tdb_crypto *) crp->crp_opaque; in ipcomp_input_cb()358 struct tdb_crypto *tc; in ipcomp_output()447 tc = (struct tdb_crypto *) malloc(sizeof(struct tdb_crypto), in ipcomp_output()487 struct tdb_crypto *tc; in ipcomp_output_cb()493 tc = (struct tdb_crypto *) crp->crp_opaque; in ipcomp_output_cb()
272 struct tdb_crypto *tc; in esp_input()376 tc = (struct tdb_crypto *) malloc(sizeof(struct tdb_crypto), in esp_input()379 tc = (struct tdb_crypto *) malloc(sizeof(struct tdb_crypto) + alen, in esp_input()464 struct tdb_crypto *tc; in esp_input_cb()473 tc = (struct tdb_crypto *) crp->crp_opaque; in esp_input_cb()679 struct tdb_crypto *tc; in esp_output()864 tc = (struct tdb_crypto *) malloc(sizeof(struct tdb_crypto), in esp_output()915 struct tdb_crypto *tc; in esp_output_cb()921 tc = (struct tdb_crypto *) crp->crp_opaque; in esp_output_cb()
554 struct tdb_crypto *tc; in ah_input()649 tc = (struct tdb_crypto *) malloc(sizeof (struct tdb_crypto) + in ah_input()653 tc = (struct tdb_crypto *) malloc(sizeof (struct tdb_crypto), in ah_input()728 struct tdb_crypto *tc; in ah_input_cb()738 tc = (struct tdb_crypto *) crp->crp_opaque; in ah_input_cb()895 struct tdb_crypto *tc; in ah_output()1030 tc = (struct tdb_crypto *) malloc( in ah_output()1031 sizeof(struct tdb_crypto) + skip, M_XDATA, M_NOWAIT|M_ZERO); in ah_output()1121 struct tdb_crypto *tc; in ah_output_cb()1127 tc = (struct tdb_crypto *) crp->crp_opaque; in ah_output_cb()
69 struct tdb_crypto { struct