Home
last modified time | relevance | path

Searched defs:firstkey (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_chacha20poly1305.c14 static const unsigned char firstkey[crypto_aead_chacha20poly1305_KEYBYTES] in tv() local
189 static const unsigned char firstkey[crypto_aead_chacha20poly1305_ietf_KEYBYTES] in tv_ietf() local
H A Dstream3.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Dsecretbox.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Dsecretbox2.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Dcore2.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Dcore1.c16 static unsigned char firstkey[32]; variable
H A Dstream4.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Dsecretbox_easy.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Dstream.c5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, variable
H A Daead_xchacha20poly1305.c14 static const unsigned char firstkey[crypto_aead_xchacha20poly1305_ietf_KEYBYTES] in tv() local
/f-stack/app/redis-5.0.5/src/
H A Dcluster.c5454 robj *firstkey = NULL; in getNodeByQuery() local
H A Dmodule.c697 …, const char *name, RedisModuleCmdFunc cmdfunc, const char *strflags, int firstkey, int lastkey, i… in RM_CreateCommand()
H A Dserver.h1309 int firstkey; /* The first argument that's a key (0 = no keys) */ member