aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/crypto/odp_crypto_test_inp.c
AgeCommit message (Expand)Author
2023-07-10validation: crypto: test the configurable bit modeJanne Peltonen
2023-07-05validation: crypto: separate session & operation test parametersJanne Peltonen
2023-07-05validation: crypto: fix hash_result_in_auth_range flag in bit modeJanne Peltonen
2023-05-31validation: crypto: move code to separate filesJanne Peltonen
2023-05-31validation: crypto: simplify crypto_op() functionJanne Peltonen
2023-05-31validation: crypto: add crypto algorithm IDs in test vectorsJanne Peltonen
2023-05-26validation: use ODPH_ERR() macro for error printsMatias Elo
2023-05-25validation: crypto: fix packet freeing after failed crypto opsJanne Peltonen
2023-05-25validation: crypto: re-enable testing of non-legacy op typesJanne Peltonen
2023-04-13validation: crypto: do not allow has_error packet flag to changeJanne Peltonen
2023-04-12validation: crypto: remove testing of odp_crypto_operation()Janne Peltonen
2023-04-12validation: crypto: simplify crypto operation result checkingJanne Peltonen
2023-04-12validation: crypto: prepare for odp_crypto_result() changesJanne Peltonen
2023-04-06validation: crypto: test all digest lengths in full test onlyJanne Peltonen
2023-04-06validation: crypto: reduce the number of unsupported combo warningsJanne Peltonen
2023-04-06validation: crypto: increase max packet size of packet poolJanne Peltonen
2023-04-06validation: crypto: do not require support for digest in cipher rangeJanne Peltonen
2023-04-06validation: crypto: do not combine aes-gmac with any cipherJanne Peltonen
2023-03-15validation: crypto: test combined ciphering and authenticationJanne Peltonen
2023-03-15validation: crypto: run all tests only when FULL_TEST env variable is setJanne Peltonen
2023-03-15validation: crypto: test both cipher/auth orders with single algJanne Peltonen
2023-03-15validation: crypto: fix ignoring of leftover bits of bit mode ciphersJanne Peltonen
2023-02-13validation: crypto: check output packet better after failed authJanne Peltonen
2023-02-13validation: crypto: add ODP_CRYPTO_OP_TYPE_OOP testingJanne Peltonen
2023-02-13validation: crypto: change packet data checking approachJanne Peltonen
2023-02-13validation: crypto: refactor alg_test_execute()Janne Peltonen
2023-02-13validation: crypto: add ODP_CRYPTO_OP_TYPE_BASIC testingJanne Peltonen
2023-02-06validation: crypto: remove testing of deprecated per-session IVsJanne Peltonen
2023-01-31validation: crypto: check that packet metadata does not changeJanne Peltonen
2022-11-28test: validation: remove unnecessary cunit includesPetri Savolainen
2022-08-25test: crypto: abort on crypto capa failuresPetri Savolainen
2022-05-30validation: improve testing of default values set by init functionsJanne Peltonen
2022-05-23validation: crypto: fix test_auth_hash_in_auth_rangeAakash Sasidharan
2022-05-23validation: crypto: fix check for session create errorAakash Sasidharan
2022-04-20validation: crypto: remove odp_packet_has_error() check after crypto errorJanne Peltonen
2022-04-13validation: crypto: test odp_crypto_operation() only if deprecated API enabledJanne Peltonen
2022-03-02test: remove usage of deprecated schedule priority definesMatias Elo
2022-02-24validation: crypto: test bit mode algorithm implementations tooJanne Peltonen
2022-02-24validation: crypto: indicate in a test vector if its length is in bitsJanne Peltonen
2022-02-24validation: crypto: print untested algorithm also in bit mode mismatchJanne Peltonen
2022-02-24validation: crypto: fix digest verification in bit modeJanne Peltonen
2022-02-24validation: crypto: fix hash_result_in_auth_range setting in bit modeJanne Peltonen
2022-02-23validation: crypto: fix checking of AAD length capabilityJanne Peltonen
2022-02-15validation: crypto: test hash result overlap with auth rangeJanne Peltonen
2022-02-15validation: crypto: combine the two alg_packet_op functionsJanne Peltonen
2022-02-15validation: crypto: move code to their own functionsJanne Peltonen
2022-01-28validation: crypto: do not test unsupported algorithm combosJanne Peltonen
2022-01-28validation: crypto: use the new session creation error namesJanne Peltonen
2022-01-28validation: crypto: test default valuesJanne Peltonen
2022-01-28validation: crypto: use the new way of setting crypto IVsJanne Peltonen