Lines Matching refs:EVP_C_DATA

148     EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx);  in aesni_init_key()
184 aesni_cbc_encrypt(in, out, len, &EVP_C_DATA(EVP_AES_KEY,ctx)->ks.ks, in aesni_cbc_cipher()
198 aesni_ecb_encrypt(in, out, len, &EVP_C_DATA(EVP_AES_KEY,ctx)->ks.ks, in aesni_ecb_cipher()
227 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX, ctx); in aesni_gcm_init_key()
271 EVP_AES_XTS_CTX *xctx = EVP_C_DATA(EVP_AES_XTS_CTX,ctx); in aesni_xts_init_key()
330 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key()
364 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); in aesni_ocb_init_key()
477 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_t4_init_key()
579 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_t4_gcm_init_key()
635 EVP_AES_XTS_CTX *xctx = EVP_C_DATA(EVP_AES_XTS_CTX,ctx); in aes_t4_xts_init_key()
713 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_t4_ccm_init_key()
746 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); in aes_t4_ocb_init_key()
1023 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_init_key()
1041 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_cipher()
1051 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_init_key()
1073 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_cipher()
1117 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_init_key()
1143 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_cipher()
1202 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_init_key()
1228 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_cipher()
1438 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_ctrl()
1582 gctx_out = EVP_C_DATA(S390X_AES_GCM_CTX, out); in s390x_aes_gcm_ctrl()
1608 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_init_key()
1654 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_tls_cipher()
1713 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, ctx); in s390x_aes_gcm_cipher()
1762 S390X_AES_GCM_CTX *gctx = EVP_C_DATA(S390X_AES_GCM_CTX, c); in s390x_aes_gcm_cleanup()
1965 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); in s390x_aes_ccm_tls_cipher()
2019 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); in s390x_aes_ccm_init_key()
2063 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); in s390x_aes_ccm_cipher()
2151 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, c); in s390x_aes_ccm_ctrl()
2407 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_init_key()
2506 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_cbc_cipher()
2526 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_ecb_cipher()
2540 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_ofb_cipher()
2552 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_cfb_cipher()
2565 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_cfb8_cipher()
2578 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_cfb1_cipher()
2615 EVP_AES_KEY *dat = EVP_C_DATA(EVP_AES_KEY,ctx); in aes_ctr_cipher()
2641 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_cleanup()
2652 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,c); in aes_gcm_ctrl()
2766 EVP_AES_GCM_CTX *gctx_out = EVP_C_DATA(EVP_AES_GCM_CTX,out); in aes_gcm_ctrl()
2791 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_gcm_init_key()
2879 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_gcm_tls_cipher()
3037 EVP_AES_GCM_CTX *gctx = EVP_C_DATA(EVP_AES_GCM_CTX,ctx); in aes_gcm_cipher()
3193 EVP_AES_XTS_CTX *xctx = EVP_C_DATA(EVP_AES_XTS_CTX, c); in aes_xts_ctrl()
3197 EVP_AES_XTS_CTX *xctx_out = EVP_C_DATA(EVP_AES_XTS_CTX,out); in aes_xts_ctrl()
3221 EVP_AES_XTS_CTX *xctx = EVP_C_DATA(EVP_AES_XTS_CTX,ctx); in aes_xts_init_key()
3338 EVP_AES_XTS_CTX *xctx = EVP_C_DATA(EVP_AES_XTS_CTX,ctx); in aes_xts_cipher()
3379 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,c); in aes_ccm_ctrl()
3463 EVP_AES_CCM_CTX *cctx_out = EVP_C_DATA(EVP_AES_CCM_CTX,out); in aes_ccm_ctrl()
3481 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_ccm_init_key()
3532 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_ccm_tls_cipher()
3581 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_ccm_cipher()
3672 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_init_key()
3702 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_cipher()
3849 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,c); in aes_ocb_ctrl()
3899 new_octx = EVP_C_DATA(EVP_AES_OCB_CTX,newc); in aes_ocb_ctrl()
3913 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); in aes_ocb_init_key()
3999 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,ctx); in aes_ocb_cipher()
4143 EVP_AES_OCB_CTX *octx = EVP_C_DATA(EVP_AES_OCB_CTX,c); in aes_ocb_cleanup()