OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pkey_
(Results
1 - 5
of
5
) sorted by null
/external/strace/tests/
trace_question.gen.test
2
# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_question test_trace_expr '' -e?osf_utimes,?/^
pkey_
.*); do not edit.
4
test_trace_expr '' -e?osf_utimes,?/^
pkey_
.*
/external/strace/tests-m32/
trace_question.gen.test
2
# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_question test_trace_expr '' -e?osf_utimes,?/^
pkey_
.*); do not edit.
4
test_trace_expr '' -e?osf_utimes,?/^
pkey_
.*
/external/strace/tests-mx32/
trace_question.gen.test
2
# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_question test_trace_expr '' -e?osf_utimes,?/^
pkey_
.*); do not edit.
4
test_trace_expr '' -e?osf_utimes,?/^
pkey_
.*
/external/webrtc/webrtc/base/
opensslidentity.h
31
explicit OpenSSLKeyPair(EVP_PKEY* pkey) :
pkey_
(pkey) {
32
ASSERT(
pkey_
!= NULL);
41
EVP_PKEY* pkey() const { return
pkey_
; }
46
EVP_PKEY*
pkey_
;
member in class:rtc::OpenSSLKeyPair
opensslidentity.cc
174
EVP_PKEY_free(
pkey_
);
179
return new OpenSSLKeyPair(
pkey_
);
184
EVP_PKEY_up_ref(
pkey_
);
186
CRYPTO_add(&
pkey_
->references, 1, CRYPTO_LOCK_EVP_PKEY);
Completed in 212 milliseconds