HomeSort by: relevance | last modified time | path
    Searched refs:tdb_crypto (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netipsec/
xform.h 53 struct tdb_crypto { struct
xform_ipcomp.c 141 struct tdb_crypto *tc;
158 DPRINTF("cannot allocate tdb_crypto\n");
244 struct tdb_crypto *tc;
363 struct tdb_crypto *tc;
453 DPRINTF("failed to allocate tdb_crypto\n");
511 struct tdb_crypto *tc;
647 ipcomp_tdb_crypto_pool_cache = pool_cache_init(sizeof(struct tdb_crypto),
xform_ah.c 528 struct tdb_crypto *tc = NULL;
627 DPRINTF("failed to allocate tdb_crypto\n");
734 struct tdb_crypto *tc;
887 struct tdb_crypto *tc;
1038 DPRINTF("failed to allocate tdb_crypto\n");
1130 struct tdb_crypto *tc;
1255 ah_pool_item_size = sizeof(struct tdb_crypto) +
xform_esp.c 305 struct tdb_crypto *tc;
390 DPRINTF("failed to allocate tdb_crypto\n");
516 struct tdb_crypto *tc;
686 struct tdb_crypto *tc;
868 DPRINTF("failed to allocate tdb_crypto\n");
945 struct tdb_crypto *tc;
1035 esp_pool_item_size = sizeof(struct tdb_crypto) + ah_max_authsize;

Completed in 17 milliseconds