Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_test.c944 if (!TEST_ptr(cdat = OPENSSL_zalloc(sizeof(*cdat)))) in cipher_test_init()
950 cdat->enc = -1; in cipher_test_init()
966 t->data = cdat; in cipher_test_init()
997 return parse_bin(value, &cdat->key, &cdat->key_len); in cipher_test_parse()
1006 return parse_bin(value, &cdat->iv, &cdat->iv_len); in cipher_test_parse()
1008 return parse_bin(value, &cdat->next_iv, &cdat->iv_len); in cipher_test_parse()
1010 return parse_bin(value, &cdat->plaintext, &cdat->plaintext_len); in cipher_test_parse()
1020 if (cdat->aead) { in cipher_test_parse()
1033 return parse_bin(value, &cdat->tag, &cdat->tag_len); in cipher_test_parse()
1474 if (!cdat->iv && EVP_CIPHER_get_iv_length(cdat->cipher) > 0) { in cipher_test_run()
[all …]

Completed in 17 milliseconds