OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_key
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
cast.h
75
int
short_key
; // Use reduced rounds for short key
member in struct:cast_key_st
/external/boringssl/src/decrepit/cast/
cast.c
126
if (!key->
short_key
) {
145
if (!key->
short_key
) {
277
key->
short_key
= 1;
279
key->
short_key
= 0;
/external/golang-protobuf/proto/proto3_proto/
proto3.pb.go
65
ShortKey []int32 `protobuf:"varint,19,rep,packed,name=
short_key
,json=shortKey,proto3" json:"
short_key
,omitempty"`
Completed in 220 milliseconds