Home
last modified time | relevance | path

Searched defs:cipher_encrypt (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dcrypto.h126 static inline void cipher_encrypt ( struct cipher_algorithm *cipher, in cipher_encrypt() function
131 #define cipher_encrypt( cipher, ctx, src, dst, len ) do { \ macro