Home
last modified time | relevance | path

Searched full:_capable (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw_s390x.inc200 if ((keybits == 128 && S390X_aes_128_##mode##_CAPABLE) \
201 || (keybits == 192 && S390X_aes_192_##mode##_CAPABLE) \
202 || (keybits == 256 && S390X_aes_256_##mode##_CAPABLE)) \
/freebsd/sys/dev/al_eth/
H A Dal_eth.h245 * thus the additional *_CAPABLE flags.
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c2320 return S390X_aes_##keylen##_##mode##_CAPABLE ? \
2358 return S390X_aes_##keylen##_##mode##_CAPABLE ? \