Searched defs:kFixedIV (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/ |
H A D | cipher_test.cc | 962 const uint8_t kFixedIV[4] = {1, 2, 3, 4}; in TEST() local 989 const uint8_t kFixedIV[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/ |
H A D | cipher_test.cc | 962 const uint8_t kFixedIV[4] = {1, 2, 3, 4}; in TEST() local 989 const uint8_t kFixedIV[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
|