/aosp_15_r20/external/rust/crates/openssl/src/ |
D | pkey.rs | 413 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 D | anonymous_tokens_pb_openssl_converters_test.cc | 93 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 D | print-esp.c | 117 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 D | timer_create03.c | 32 struct sigevent evp; in run() local
|
H A D | timer_create01.c | 47 struct sigevent evp; in run() local
|
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/src/ |
D | lib.rs | 29 mod evp; module
|
/aosp_15_r20/external/tpm2-tss/test/helper/ |
H A D | tpm_getek_ecc.c | 130 EVP_PKEY *evp = EVP_PKEY_new(); in main() local
|
H A D | tpm_getek.c | 112 EVP_PKEY *evp = EVP_PKEY_new(); in main() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _hashopenssl.c | 88 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 D | timer_create.c | 62 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 D | nv30_vertprog.c | 141 struct nv30_vertprog *evp = heap->next->priv; in nv30_vertprog_validate() local
|
/aosp_15_r20/external/libsrtp2/crypto/cipher/ |
H A D | aes_icm_ossl.c | 217 const EVP_CIPHER *evp; in srtp_aes_icm_openssl_context_init() local
|
H A D | aes_gcm_ossl.c | 176 const EVP_CIPHER *evp; in srtp_aes_gcm_openssl_context_init() local
|
/aosp_15_r20/external/trusty/musl/src/time/ |
D | timer_create.c | 72 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 D | posix_timers.cpp | 121 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 D | AnnotationEntryGen.java | 126 public void addElementNameValuePair(final ElementValuePairGen evp) { in addElementNameValuePair()
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | pem_parser_boringssl.cc | 331 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/ |
D | evntprov.h | 146 FORCEINLINE VOID EventDataDescCreate (PEVENT_DATA_DESCRIPTOR evp, const VOID *d, ULONG sz) { in EventDataDescCreate()
|
/aosp_15_r20/external/tpm2-tss/test/integration/ |
H A D | sapi-util.c | 498 EVP_MD *evp; in hmac() local
|
/aosp_15_r20/system/security/keystore2/test_utils/ |
H A D | ffi_test_utils.cpp | 576 EVP_PKEY* evp = EVP_PKEY_from_keystore(str_key.c_str()); in performCryptoOpUsingKeystoreEngine() local
|
/aosp_15_r20/trusty/user/app/sample/hwcrypto/ |
D | hwkey_srv_fake_provider.c | 546 EVP_CIPHER_CTX evp; in get_rpmb_ss_auth_key() local
|
/aosp_15_r20/external/blktrace/btreplay/ |
H A D | btreplay.c | 1054 struct io_event *evp, events[naios_out]; in reclaim_ios() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 797 Event *evp = &trace[pos]; in TraceAddEvent() local
|
/aosp_15_r20/external/libsrtp2/srtp/ |
H A D | srtp.c | 596 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/ |
D | netbsd_syscall_hooks.h | 1236 #define __sanitizer_syscall_pre_timer_create(clock_id, evp, timerid) \ argument 1239 #define __sanitizer_syscall_post_timer_create(res, clock_id, evp, timerid) \ argument
|