Searched refs:decode_hex_into_vec (Results 1 – 4 of 4) sorted by relevance
| /rust/bssl-crypto/src/ |
| A D | hkdf.rs | 290 test_helpers::{decode_hex, decode_hex_into_vec}, 298 let info = decode_hex_into_vec("f0f1f2f3f4f5f6f7f8f9"); in sha256() 334 info: decode_hex_into_vec("f0f1f2f3f4f5f6f7f8f9"), in rfc5869_sha256() 335 prk: decode_hex_into_vec( in rfc5869_sha256() 343 ikm: decode_hex_into_vec( in rfc5869_sha256() 350 salt: decode_hex_into_vec( in rfc5869_sha256() 357 info: decode_hex_into_vec( in rfc5869_sha256() 364 prk: decode_hex_into_vec( in rfc5869_sha256() 368 okm: decode_hex_into_vec( in rfc5869_sha256() 382 prk: decode_hex_into_vec( in rfc5869_sha256() [all …]
|
| A D | aead.rs | 284 use crate::test_helpers::{decode_hex, decode_hex_into_vec}; 397 msg: decode_hex_into_vec("0100000000000000"), in aes_128_gcm_siv() 405 msg: decode_hex_into_vec("02000000"), in aes_128_gcm_siv() 406 ad: decode_hex_into_vec("010000000000000000000000"), in aes_128_gcm_siv() 422 msg: decode_hex_into_vec("0100000000000000"), in aes_256_gcm_siv() 432 ciphertext: decode_hex_into_vec( in aes_256_gcm_siv() 440 msg: decode_hex_into_vec("02000000"), in aes_256_gcm_siv() 464 msg: decode_hex_into_vec("0a2714aa7d"), in aes_128_gcm() 465 ad: decode_hex_into_vec("c60c64bbf7"), in aes_128_gcm() 488 msg: decode_hex_into_vec("f0535fe211"), in aes_256_gcm() [all …]
|
| A D | test_helpers.rs | 28 pub(crate) fn decode_hex_into_vec(s: &str) -> Vec<u8> { in decode_hex_into_vec() function
|
| A D | hpke.rs | 478 use crate::test_helpers::{decode_hex, decode_hex_into_vec}; 504 …recipient_pub_key: decode_hex_into_vec("3948cfe0ad1ddb695d780e59077195da6c56506b027329794ab02bca80… in x25519_hkdf_sha256_hkdf_sha256_aes_128_gcm() 506 …encapsulated_key: decode_hex_into_vec("37fda3567bdbd628e88668c3c8d7e97d1d1253b6d4ea6d44c150f741f1b… in x25519_hkdf_sha256_hkdf_sha256_aes_128_gcm() 523 …recipient_pub_key: decode_hex_into_vec("4310ee97d88cc1f088a5576c77ab0cf5c3ac797f3d95139c6c84b5429c… in x25519_hkdf_sha256_hkdf_sha256_chacha20_poly1305() 525 …encapsulated_key: decode_hex_into_vec("1afa08d3dec047a643885163f1180476fa7ddb54c6a8029ea33f95796bf… in x25519_hkdf_sha256_hkdf_sha256_chacha20_poly1305() 542 …recipient_pub_key: decode_hex_into_vec("04fe8c19ce0905191ebc298a9245792531f26f0cece2460639e8bc39cb… in p256_hkdf_sha256_hkdf_sha256_aes_128_gcm() 544 …encapsulated_key: decode_hex_into_vec("04a92719c6195d5085104f469a8b9814d5838ff72b60501e2c4466e5e67… in p256_hkdf_sha256_hkdf_sha256_aes_128_gcm()
|
Completed in 13 milliseconds