OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAG_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
459
#define
TAG_LEN
16
475
unsigned char tag[
TAG_LEN
];
790
/* Set
tag_len
(Not for GCM/SIV at encryption stage) */
794
TAG_LEN
, NULL)) {
847
unsigned char tag[
TAG_LEN
];
866
TAG_LEN
, NULL)) {
885
memcpy(tag, tempargs->tag,
TAG_LEN
);
888
TAG_LEN
, tag)) {
2401
/* Set
tag_len
(Not for SIV at encryption stage) */
2406
TAG_LEN
, NULL))
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
594
#define
TAG_LEN
16 /* 16 bytes tag length works for all AEAD modes */
610
unsigned char tag[
TAG_LEN
];
1017
/* Set
tag_len
(Not for GCM/SIV at encryption stage) */
1022
TAG_LEN
, NULL)) {
1075
unsigned char tag[
TAG_LEN
];
1095
TAG_LEN
, NULL)) {
1114
memcpy(tag, tempargs->tag,
TAG_LEN
);
1117
TAG_LEN
, tag)) {
3085
/* Set
tag_len
(Not for GCM/SIV at encryption stage) */
3091
TAG_LEN
, NULL))
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026