Lines Matching refs:iv_len
7267 int i, len1, len2, *eksl, nkeys, iv_len; local
7296 iv_len = EVP_CIPHER_iv_length(cipher);
7297 if (!iv && iv_len > 0) {
7363 iv_buf[iv_len] = '\0';
7364 ZEND_TRY_ASSIGN_REF_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0));
7400 size_t method_len, iv_len = 0; local
7404 &ekey, &ekey_len, &privkey, &method, &method_len, &iv, &iv_len) == FAILURE) {
7431 if ((size_t)cipher_iv_len != iv_len) {
7859 const char *iv, size_t iv_len, argument
7892 &iv, &iv_len, &free_iv, NULL, tag_len, options, 1) == FAILURE ||
7950 size_t data_len, method_len, password_len, iv_len = 0, aad_len = 0; local
7955 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) {
7959 …data, data_len, method, method_len, password, password_len, options, iv, iv_len, tag, tag_len, aad…
7972 const char *iv, size_t iv_len, argument
8017 &iv, &iv_len, &free_iv, tag, tag_len, options, 0) == FAILURE ||
8051 size_t data_len, method_len, password_len, iv_len = 0, tag_len = 0, aad_len = 0; local
8055 &password, &password_len, &options, &iv, &iv_len, &tag, &tag_len, &aad, &aad_len) == FAILURE) {
8064 …data, data_len, method, method_len, password, password_len, options, iv, iv_len, tag, tag_len, aad…