| 1114 | } |
| 1115 | |
| 1116 | static uint32_t |
| 1117 | kerneldumpcrypto_dumpkeysize(const struct kerneldumpcrypto *kdc) |
| 1118 | { |
| 1119 | |
| 1120 | if (kdc == NULL) |
| 1121 | return (0); |
| 1122 | return (kdc->kdc_dumpkeysize); |
| 1123 | } |
| 1124 | #endif /* EKCD */ |
| 1125 | |
| 1126 | static struct kerneldumpcomp * |
no outgoing calls
no test coverage detected