Home
last modified time | relevance | path

Searched refs:OMAP_CRYPTO_NOT_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/
H A Domap-crypto.c95 return OMAP_CRYPTO_NOT_ALIGNED; in omap_crypto_check_sg()
101 return OMAP_CRYPTO_NOT_ALIGNED; in omap_crypto_check_sg()
103 return OMAP_CRYPTO_NOT_ALIGNED; in omap_crypto_check_sg()
106 return OMAP_CRYPTO_NOT_ALIGNED; in omap_crypto_check_sg()
117 return OMAP_CRYPTO_NOT_ALIGNED; in omap_crypto_check_sg()
134 ret = OMAP_CRYPTO_NOT_ALIGNED; in omap_crypto_align_sg()
138 if (ret == OMAP_CRYPTO_NOT_ALIGNED) { in omap_crypto_align_sg()
H A Domap-crypto.h13 OMAP_CRYPTO_NOT_ALIGNED = 1, enumerator