Searched refs:cbc_encrypt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dcbc.h47 extern boolean_t cbc_encrypt(cbc_handle_t *ch, uint8_t *data, size_t datalen,
H A Dcbc_test.c128 (void) cbc_encrypt(&ch, (uint8_t *)&test_string[i],
H A Dcbc.c66 cbc_encrypt(cbc_handle_t *ch, uint8_t *data, size_t datalen, function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c193 (void) cbc_encrypt(ch, buf, i, iv);
196 (void) cbc_encrypt(ch, buf, i, iv);
204 (void) cbc_encrypt(ch, buf, i, iv);

Completed in 46 milliseconds