Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:inauthentic
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
testmgr.c
88
* Set if trying to decrypt an
inauthentic
ciphertext with this
2195
* reliably generate
inauthentic
messages, i.e. not generate an authentic
2208
const bool
inauthentic
= (authsize >= MIN_COLLISION_FREE_AUTHSIZE) &&
in generate_aead_message()
local
2217
if (
inauthentic
&& prandom_u32() % 2 == 0) {
in generate_aead_message()
2245
if (!
inauthentic
)
in generate_aead_message()
2249
*
inauthentic
one.
in generate_aead_message()
2262
* If 'prefer_inauthentic' is true, then this function will generate
inauthentic
2339
* Generate
inauthentic
test vectors (i.e. ciphertext, AAD pairs that aren't the
2351
* test vectors other than
inauthentic
ones (vec.novrfy=1) here.
in test_aead_inauthentic_inputs()
/kernel/linux/linux-6.6/crypto/
H
A
D
testmgr.c
88
* Set if trying to decrypt an
inauthentic
ciphertext with this
2303
* reliably generate
inauthentic
messages, i.e. not generate an authentic
2317
const bool
inauthentic
= (authsize >= MIN_COLLISION_FREE_AUTHSIZE) &&
in generate_aead_message()
local
2327
if (
inauthentic
&& prandom_bool(rng)) {
in generate_aead_message()
2355
if (!
inauthentic
)
in generate_aead_message()
2359
*
inauthentic
one.
in generate_aead_message()
2372
* If 'prefer_inauthentic' is true, then this function will generate
inauthentic
2450
* Generate
inauthentic
test vectors (i.e. ciphertext, AAD pairs that aren't the
2462
* test vectors other than
inauthentic
ones (vec.novrfy=1) here.
in test_aead_inauthentic_inputs()
Completed in 12 milliseconds