Lines Matching defs:ctx
21 static int ccm_tls_init(PROV_CCM_CTX *ctx, unsigned char *aad, size_t alen) in ccm_tls_init()
52 static int ccm_tls_iv_set_fixed(PROV_CCM_CTX *ctx, unsigned char *fixed, in ccm_tls_iv_set_fixed()
63 static size_t ccm_get_ivlen(PROV_CCM_CTX *ctx) in ccm_get_ivlen()
70 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_set_ctx_params() local
149 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_get_ctx_params() local
229 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ccm_init() local
273 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_stream_update() local
290 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_stream_final() local
307 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_cipher() local
325 static int ccm_set_iv(PROV_CCM_CTX *ctx, size_t mlen) in ccm_set_iv()
335 static int ccm_tls_cipher(PROV_CCM_CTX *ctx, in ccm_tls_cipher()
382 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, in ccm_cipher_internal()
445 void ossl_ccm_initctx(PROV_CCM_CTX *ctx, size_t keybits, const PROV_CCM_HW *hw) in ossl_ccm_initctx()