Searched refs:iv (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt_unittest.c | 78 …const uint8_t *iv, // Initialization vector (IV_LEN bytes, little-end… in nonce_calc() argument 94 memcpy(&ccm_nonce[NONCE_LEN - IV_LEN], iv, IV_LEN); in nonce_calc() 105 const uint8_t *iv, in test_packet_encryption() argument 117 nonce_calc(iv, packet_counter, packet_direction, ccm_nonce); in test_packet_encryption() 141 const uint8_t *iv, in test_packet_decryption() argument 154 nonce_calc(iv, packet_counter, packet_direction, ccm_nonce); in test_packet_decryption() 286 uint8_t iv[IV_LEN]; in main() local 295 memcpy(iv, ref_iv_m, IV_LEN/2); in main() 296 memcpy(iv + IV_LEN/2, ref_iv_s, IV_LEN/2); in main() 302 …_payload_unencrypted, packet0_encrypted, MASTER_TO_SLAVE_DIRECTION, master_packet_counter, iv, sk); in main() [all …]
|
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | evp.h | 318 const unsigned char *iv, int enc); 447 unsigned char iv[EVP_MAX_IV_LENGTH]; member 457 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */ member 615 unsigned char *iv); 622 const unsigned char *key, const unsigned char *iv); 625 const unsigned char *iv); 632 const unsigned char *key, const unsigned char *iv); 635 const unsigned char *iv); 642 const unsigned char *key, const unsigned char *iv, 646 const unsigned char *iv, int enc); [all …]
|