Home
last modified time | relevance | path

Searched defs:evp (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/rust/crates/openssl/src/
Dpkey.rs413 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_rsa() localVariable
425 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_dsa() localVariable
438 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_dh() localVariable
450 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_dhx() localVariable
466 let evp = cvt_p(ffi::EVP_PKEY_new())?; in from_ec_key() localVariable
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/
H A Danonymous_tokens_pb_openssl_converters_test.cc93 absl::StatusOr<const EVP_MD *> evp = in TEST() local
111 absl::StatusOr<const EVP_MD *> evp = in TEST() local
/aosp_15_r20/external/tcpdump/
H A Dprint-esp.c117 const EVP_CIPHER *evp; member
424 const EVP_CIPHER *evp; in espprint_decode_encalgo() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create03.c32 struct sigevent evp; in run() local
H A Dtimer_create01.c47 struct sigevent evp; in run() local
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/src/
Dlib.rs29 mod evp; module
/aosp_15_r20/external/tpm2-tss/test/helper/
H A Dtpm_getek_ecc.c130 EVP_PKEY *evp = EVP_PKEY_new(); in main() local
H A Dtpm_getek.c112 EVP_PKEY *evp = EVP_PKEY_new(); in main() local
/aosp_15_r20/external/python/cpython3/Modules/
D_hashopenssl.c88 PY_EVP_MD *evp; member
378 PY_EVP_MD* evp; in py_digest_by_digestmod() local
1440 PY_EVP_MD *evp; in _hashlib_hmac_singleshot_impl() local
/aosp_15_r20/external/musl/src/time/
H A Dtimer_create.c62 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c141 struct nv30_vertprog *evp = heap->next->priv; in nv30_vertprog_validate() local
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Daes_icm_ossl.c217 const EVP_CIPHER *evp; in srtp_aes_icm_openssl_context_init() local
H A Daes_gcm_ossl.c176 const EVP_CIPHER *evp; in srtp_aes_gcm_openssl_context_init() local
/aosp_15_r20/external/trusty/musl/src/time/
Dtimer_create.c72 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create()
/aosp_15_r20/bionic/libc/bionic/
H A Dposix_timers.cpp121 int timer_create(clockid_t clock_id, sigevent* evp, timer_t* timer_id) { in timer_create()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DAnnotationEntryGen.java126 public void addElementNameValuePair(final ElementValuePairGen evp) { in addElementNameValuePair()
/aosp_15_r20/external/tink/cc/subtle/
H A Dpem_parser_boringssl.cc331 internal::SslUniquePtr<EVP_PKEY> evp(EVP_PKEY_new()); in WriteRsaPrivateKey() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Devntprov.h146 FORCEINLINE VOID EventDataDescCreate (PEVENT_DATA_DESCRIPTOR evp, const VOID *d, ULONG sz) { in EventDataDescCreate()
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dsapi-util.c498 EVP_MD *evp; in hmac() local
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dffi_test_utils.cpp576 EVP_PKEY* evp = EVP_PKEY_from_keystore(str_key.c_str()); in performCryptoOpUsingKeystoreEngine() local
/aosp_15_r20/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_fake_provider.c546 EVP_CIPHER_CTX evp; in get_rpmb_ss_auth_key() local
/aosp_15_r20/external/blktrace/btreplay/
H A Dbtreplay.c1054 struct io_event *evp, events[naios_out]; in reclaim_ios() local
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h797 Event *evp = &trace[pos]; in TraceAddEvent() local
/aosp_15_r20/external/libsrtp2/srtp/
H A Dsrtp.c596 const EVP_CIPHER *evp; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/i686-unknown-linux-musl/include/sanitizer/
Dnetbsd_syscall_hooks.h1236 #define __sanitizer_syscall_pre_timer_create(clock_id, evp, timerid) \ argument
1239 #define __sanitizer_syscall_post_timer_create(res, clock_id, evp, timerid) \ argument

123