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

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dcbc.c39 static void cbc_xor ( const void *src, void *dst, size_t len ) { function
68 cbc_xor ( src, cbc_ctx, blocksize );
95 cbc_xor ( cbc_ctx, dst, blocksize );

Completed in 54 milliseconds