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:SMIME_SIGNERS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/
H
A
D
smime.c
27
#define
SMIME_SIGNERS
0x40
macro
30
#define SMIME_SIGN (3 | SMIME_OP |
SMIME_SIGNERS
)
33
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP |
SMIME_SIGNERS
)
373
if (!(operation &
SMIME_SIGNERS
) && (skkeys != NULL || sksigners != NULL)) {
in smime_main()
383
if (operation &
SMIME_SIGNERS
) {
in smime_main()
426
if (!(operation &
SMIME_SIGNERS
))
in smime_main()
549
} else if (operation &
SMIME_SIGNERS
) {
in smime_main()
H
A
D
cms.c
35
#define
SMIME_SIGNERS
0x400
macro
38
#define SMIME_SIGN (3 | SMIME_OP |
SMIME_SIGNERS
)
40
#define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP |
SMIME_SIGNERS
)
719
if (!(operation &
SMIME_SIGNERS
) && (rr_to != NULL || rr_from != NULL)) {
in cms_main()
723
if (!(operation &
SMIME_SIGNERS
) && (skkeys != NULL || sksigners != NULL)) {
in cms_main()
742
if (operation &
SMIME_SIGNERS
) {
in cms_main()
790
if ((operation &
SMIME_SIGNERS
) == 0) {
in cms_main()
809
if ((operation &
SMIME_SIGNERS
) != 0 && (flags & CMS_DETACHED) != 0)
in cms_main()
1037
} else if (operation &
SMIME_SIGNERS
) {
in cms_main()
/third_party/openssl/apps/
H
A
D
smime.c
27
#define
SMIME_SIGNERS
0x40
macro
30
#define SMIME_SIGN (3 | SMIME_OP |
SMIME_SIGNERS
)
33
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP |
SMIME_SIGNERS
)
373
if (!(operation &
SMIME_SIGNERS
) && (skkeys != NULL || sksigners != NULL)) {
in smime_main()
383
if (operation &
SMIME_SIGNERS
) {
in smime_main()
426
if (!(operation &
SMIME_SIGNERS
))
in smime_main()
548
} else if (operation &
SMIME_SIGNERS
) {
in smime_main()
H
A
D
cms.c
35
#define
SMIME_SIGNERS
0x400
macro
38
#define SMIME_SIGN (3 | SMIME_OP |
SMIME_SIGNERS
)
40
#define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP |
SMIME_SIGNERS
)
718
if (!(operation &
SMIME_SIGNERS
) && (rr_to != NULL || rr_from != NULL)) {
in cms_main()
722
if (!(operation &
SMIME_SIGNERS
) && (skkeys != NULL || sksigners != NULL)) {
in cms_main()
741
if (operation &
SMIME_SIGNERS
) {
in cms_main()
789
if ((operation &
SMIME_SIGNERS
) == 0) {
in cms_main()
805
if ((operation &
SMIME_SIGNERS
) != 0 && (flags & CMS_DETACHED) != 0)
in cms_main()
1038
} else if (operation &
SMIME_SIGNERS
) {
in cms_main()
Completed in 7 milliseconds