Home
last modified time | relevance | path

Searched refs:S390X_AES_FC (Results 1 – 5 of 5) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_hw_s390x.inc38 adat->plat.s390x.fc = S390X_AES_FC(keylen);
60 adat->plat.s390x.fc = S390X_AES_FC(keylen);
114 adat->plat.s390x.fc = S390X_AES_FC(keylen);
155 S390X_AES_FC(dat->keylen),
176 adat->plat.s390x.fc = S390X_AES_FC(keylen);
A Dcipher_aes_ccm_hw_s390x.inc22 sctx->ccm.s390x.fc = S390X_AES_FC(keylen);
A Dcipher_aes_gcm_hw_s390x.inc31 actx->plat.s390x.fc = S390X_AES_FC(keylen);
/openssl-master/include/crypto/
A Daes_platform.h310 # define S390X_AES_FC(keylen) (S390X_AES_128 + ((((keylen) << 3) - 128) >> 6)) macro
398 # define S390X_AES_FC(keylen) (S390X_AES_128 + ((((keylen) << 3) - 128) >> 6)) macro
/openssl-master/crypto/evp/
A De_aes.c976 cctx->fc = S390X_AES_FC(keylen); in s390x_aes_ecb_init_key()
1004 cctx->fc = S390X_AES_FC(keylen); in s390x_aes_ofb_init_key()
1061 cctx->fc = S390X_AES_FC(keylen); in s390x_aes_cfb_init_key()
1107 S390X_AES_FC(keylen), cctx->kmf.param.k); in s390x_aes_cfb_cipher()
1131 cctx->fc = S390X_AES_FC(keylen); in s390x_aes_cfb8_init_key()
1538 gctx->fc = S390X_AES_FC(keylen); in s390x_aes_gcm_init_key()
1942 cctx->aes.ccm.fc = S390X_AES_FC(keylen); in s390x_aes_ccm_init_key()

Completed in 14 milliseconds