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:crypto_ops
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_security.c
143
struct lib80211_crypto_ops *
crypto_ops
;
in rtw_wep_encrypt()
local
156
crypto_ops
= lib80211_get_crypto_ops("WEP");
in rtw_wep_encrypt()
158
if (!
crypto_ops
)
in rtw_wep_encrypt()
161
crypto_private =
crypto_ops
->init(keyindex);
in rtw_wep_encrypt()
165
if (
crypto_ops
->set_key(psecuritypriv->dot11DefKey[keyindex].skey,
in rtw_wep_encrypt()
184
if (
crypto_ops
->encrypt_mpdu(skb, pattrib->hdrlen, crypto_private)) {
in rtw_wep_encrypt()
198
crypto_ops
->deinit(crypto_private);
in rtw_wep_encrypt()
212
struct lib80211_crypto_ops *
crypto_ops
= lib80211_get_crypto_ops("WEP");
in rtw_wep_decrypt()
local
215
if (!
crypto_ops
) {
in rtw_wep_decrypt()
223
crypto_private =
crypto_ops
in rtw_wep_decrypt()
737
struct lib80211_
crypto_ops
*
crypto_ops
;
rtw_aes_encrypt()
local
843
struct lib80211_
crypto_ops
*
crypto_ops
= lib80211_get_
crypto_ops
("CCMP");
rtw_aes_decrypt()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/
H
A
D
tls.c
260
return nn->tlv_caps.
crypto_ops
& BIT(bit);
in nfp_net_cipher_supported()
565
if (!(nn->tlv_caps.
crypto_ops
& NFP_NET_TLS_OPCODE_MASK))
in nfp_net_tls_init()
589
if (nn->tlv_caps.
crypto_ops
& NFP_NET_TLS_OPCODE_MASK_RX) {
in nfp_net_tls_init()
593
if (nn->tlv_caps.
crypto_ops
& NFP_NET_TLS_OPCODE_MASK_TX) {
in nfp_net_tls_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H
A
D
tls.c
260
return nn->tlv_caps.
crypto_ops
& BIT(bit);
in nfp_net_cipher_supported()
566
if (!(nn->tlv_caps.
crypto_ops
& NFP_NET_TLS_OPCODE_MASK))
in nfp_net_tls_init()
590
if (nn->tlv_caps.
crypto_ops
& NFP_NET_TLS_OPCODE_MASK_RX) {
in nfp_net_tls_init()
594
if (nn->tlv_caps.
crypto_ops
& NFP_NET_TLS_OPCODE_MASK_TX) {
in nfp_net_tls_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_ctrl.c
37
caps->
crypto_ops
= readl(data);
in nfp_net_tls_parse_crypto_ops()
H
A
D
nfp_net_ctrl.h
522
* @
crypto_ops
: supported crypto operations
534
u32
crypto_ops
;
member
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_api.h
44
enum
crypto_ops
{
enum
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_ctrl.c
37
caps->
crypto_ops
= readl(data);
in nfp_net_tls_parse_crypto_ops()
H
A
D
nfp_net_ctrl.h
548
* @
crypto_ops
: supported crypto operations
560
u32
crypto_ops
;
member
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_api.h
44
enum
crypto_ops
{
enum
Completed in 8 milliseconds