Searched refs:EVP_CCM_TLS_EXPLICIT_IV_LEN (Results 1 – 8 of 8) sorted by relevance
557 if (len < EVP_CCM_TLS_EXPLICIT_IV_LEN) in aria_ccm_ctrl()559 len -= EVP_CCM_TLS_EXPLICIT_IV_LEN; in aria_ccm_ctrl()638 if (out != in || len < (EVP_CCM_TLS_EXPLICIT_IV_LEN + (size_t)cctx->M)) in aria_ccm_tls_cipher()643 EVP_CCM_TLS_EXPLICIT_IV_LEN); in aria_ccm_tls_cipher()646 EVP_CCM_TLS_EXPLICIT_IV_LEN); in aria_ccm_tls_cipher()648 len -= EVP_CCM_TLS_EXPLICIT_IV_LEN + cctx->M; in aria_ccm_tls_cipher()655 in += EVP_CCM_TLS_EXPLICIT_IV_LEN; in aria_ccm_tls_cipher()656 out += EVP_CCM_TLS_EXPLICIT_IV_LEN; in aria_ccm_tls_cipher()663 return len + EVP_CCM_TLS_EXPLICIT_IV_LEN + cctx->M; in aria_ccm_tls_cipher()
2149 || len < (EVP_CCM_TLS_EXPLICIT_IV_LEN + (size_t)cctx->aes.ccm.m)) in s390x_aes_ccm_tls_cipher()2154 memcpy(out, buf, EVP_CCM_TLS_EXPLICIT_IV_LEN); in s390x_aes_ccm_tls_cipher()2157 len -= EVP_CCM_TLS_EXPLICIT_IV_LEN + cctx->aes.ccm.m; in s390x_aes_ccm_tls_cipher()2163 memcpy(iv + EVP_CCM_TLS_FIXED_IV_LEN, in, EVP_CCM_TLS_EXPLICIT_IV_LEN); in s390x_aes_ccm_tls_cipher()2169 in += EVP_CCM_TLS_EXPLICIT_IV_LEN; in s390x_aes_ccm_tls_cipher()2170 out += EVP_CCM_TLS_EXPLICIT_IV_LEN; in s390x_aes_ccm_tls_cipher()2177 return len + EVP_CCM_TLS_EXPLICIT_IV_LEN + cctx->aes.ccm.m; in s390x_aes_ccm_tls_cipher()2347 if (len < EVP_CCM_TLS_EXPLICIT_IV_LEN) in s390x_aes_ccm_ctrl()2351 len -= EVP_CCM_TLS_EXPLICIT_IV_LEN; in s390x_aes_ccm_ctrl()3528 if (len < EVP_CCM_TLS_EXPLICIT_IV_LEN) in aes_ccm_ctrl()[all …]
1143 recs[ctr].data += EVP_CCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()1144 recs[ctr].input += EVP_CCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()1145 recs[ctr].length -= EVP_CCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
893 eivlen = EVP_CCM_TLS_EXPLICIT_IV_LEN; in do_dtls1_write()
819 eivlen = EVP_CCM_TLS_EXPLICIT_IV_LEN; in do_ssl3_write()
2117 out = EVP_CCM_TLS_EXPLICIT_IV_LEN + 16; in ssl_cipher_get_overhead()2119 out = EVP_CCM_TLS_EXPLICIT_IV_LEN + 8; in ssl_cipher_get_overhead()
385 # define EVP_CCM_TLS_EXPLICIT_IV_LEN 8 macro
3132 ivlen = EVP_CCM_TLS_EXPLICIT_IV_LEN; in coap_dtls_get_overhead()