OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCB_MIN_IV_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.c
27
#define
OCB_MIN_IV_LEN
1
118
if (ivlen <
OCB_MIN_IV_LEN
|| ivlen > OCB_MAX_IV_LEN) {
392
if (sz <
OCB_MIN_IV_LEN
|| sz > OCB_MAX_IV_LEN)
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.c
27
#define
OCB_MIN_IV_LEN
1
120
if (ivlen <
OCB_MIN_IV_LEN
|| ivlen > OCB_MAX_IV_LEN) {
396
if (sz <
OCB_MIN_IV_LEN
|| sz > OCB_MAX_IV_LEN)
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026