Searched refs:crypto_aead_aes256gcm_KEYBYTES (Results 1 – 4 of 4) sorted by relevance
3101 key = (unsigned char *) sodium_malloc(crypto_aead_aes256gcm_KEYBYTES); in tv()3106 assert(strlen(tests[i].key_hex) == 2 * crypto_aead_aes256gcm_KEYBYTES); in tv()3107 sodium_hex2bin(key, crypto_aead_aes256gcm_KEYBYTES, in tv()3234 assert(crypto_aead_aes256gcm_keybytes() == crypto_aead_aes256gcm_KEYBYTES); in main()
16 { crypto_aead_aes256gcm_keygen, crypto_aead_aes256gcm_KEYBYTES }, in tv_keygen()
37 #define crypto_aead_aes256gcm_KEYBYTES 32U macro165 void crypto_aead_aes256gcm_keygen(unsigned char k[crypto_aead_aes256gcm_KEYBYTES]);
1042 return crypto_aead_aes256gcm_KEYBYTES; in crypto_aead_aes256gcm_keybytes()1076 crypto_aead_aes256gcm_keygen(unsigned char k[crypto_aead_aes256gcm_KEYBYTES]) in crypto_aead_aes256gcm_keygen() argument1078 randombytes_buf(k, crypto_aead_aes256gcm_KEYBYTES); in crypto_aead_aes256gcm_keygen()