HomeSort by relevance Sort by last modified time
    Searched refs:cbs (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/boringssl/src/include/openssl/
rsa.h 404 * from |cbs| and advances |cbs|. It returns a newly-allocated |RSA| or NULL on
406 OPENSSL_EXPORT RSA *RSA_parse_public_key(CBS *cbs);
410 OPENSSL_EXPORT RSA *RSA_parse_public_key_buggy(CBS *cbs);
429 * from |cbs| and advances |cbs|. It returns a newly-allocated |RSA| or NULL on
431 OPENSSL_EXPORT RSA *RSA_parse_private_key(CBS *cbs);
    [all...]
dh.h 197 * from |cbs| and advances |cbs|. It returns a newly-allocated |DH| or NULL on
199 OPENSSL_EXPORT DH *DH_parse_parameters(CBS *cbs);
evp.h 197 * (RFC 5280) from |cbs| and advances |cbs|. It returns a newly-allocated
203 OPENSSL_EXPORT EVP_PKEY *EVP_parse_public_key(CBS *cbs);
211 * 5208) from |cbs| and advances |cbs|. It returns a newly-allocated |EVP_PKEY|
221 OPENSSL_EXPORT EVP_PKEY *EVP_parse_private_key(CBS *cbs);
    [all...]
  /external/boringssl/src/crypto/pkcs8/
p5_pbev2.c 117 static const EVP_CIPHER *cbs_to_cipher(const CBS *cbs) {
119 if (CBS_mem_equal(cbs, kCipherOIDs[i].oid, kCipherOIDs[i].oid_len)) {
210 const char *pass, size_t pass_len, CBS *param) {
211 CBS pbe_param, kdf, kdf_obj, enc_scheme, enc_obj;
237 CBS pbkdf2_params, salt;
268 CBS alg_id, prf;
284 CBS null;
297 CBS iv;
pkcs8.c 255 size_t pass_len, CBS *param) {
256 CBS pbe_param, salt;
353 int pkcs8_pbe_decrypt(uint8_t **out, size_t *out_len, CBS *algorithm,
361 CBS obj;
412 EVP_PKEY *PKCS8_parse_encrypted_private_key(CBS *cbs, const char *pass,
415 CBS epki, algorithm, ciphertext;
416 if (!CBS_get_asn1(cbs, &epki, CBS_ASN1_SEQUENCE) ||
431 CBS pki;
  /external/libevent/
evthread_win32.c 300 struct evthread_lock_callbacks cbs = { local
327 evthread_set_lock_callbacks(&cbs);
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.c 68 const struct wsi_callbacks *cbs; member in struct:wsi_wayland
83 display->wsi_wl->cbs->get_phys_device_format_properties(display->wsi_wl->physical_device,
777 const struct wsi_callbacks *cbs)
791 wsi->cbs = cbs;
wsi_common.h 147 const struct wsi_callbacks *cbs);
  /external/boringssl/src/crypto/fipsmodule/bn/
bn_test.cc 1024 CBS cbs; local
1051 CBS cbs; local
1071 CBS cbs; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 671 ArraySet<Callback> cbs = mOpModeWatchers.get(code); local
672 if (cbs != null) {
676 repCbs.addAll(cbs);
678 cbs = mPackageModeWatchers.get(packageName);
679 if (cbs != null) {
683 repCbs.addAll(cbs);
714 int op, int uid, String packageName, ArraySet<Callback> cbs) {
715 if (cbs == null) {
722 final int N = cbs.size();
724 Callback cb = cbs.valueAt(i)
879 ArraySet<Callback> cbs = mOpModeWatchers.get(op); local
887 ArraySet<Callback> cbs = mPackageModeWatchers.get(packageName); local
907 ArraySet<Callback> cbs = mOpModeWatchers.valueAt(i); local
914 ArraySet<Callback> cbs = mPackageModeWatchers.valueAt(i); local
    [all...]
  /external/boringssl/src/ssl/
ssl_cert.cc 257 CBS cert_cbs;
428 CBS *cbs,
439 CBS certificate_list;
440 if (!CBS_get_u24_length_prefixed(cbs, &certificate_list)) {
447 CBS certificate;
522 static int ssl_cert_skip_to_spki(const CBS *in, CBS *out_tbs_cert) {
538 CBS buf = *in;
540 CBS toplevel
    [all...]
handshake_client.cc 777 CBS hello_verify_request, cookie;
817 CBS server_hello;
847 CBS extensions;
856 CBS supported_versions;
939 CBS server_hello, server_random, session_id;
1087 CBS cbs; local
1443 CBS cbs; local
    [all...]
internal.h 210 uint16_t *out_version, const CBS *peer_versions);
461 int SSL_AEAD_CTX_open(SSL_AEAD_CTX *ctx, CBS *out, uint8_t type,
560 enum ssl_open_record_t tls_open_record(SSL *ssl, uint8_t *out_type, CBS *out,
566 enum ssl_open_record_t dtls_open_record(SSL *ssl, uint8_t *out_type, CBS *out,
678 uint16_t value, const CBS *extension);
680 uint16_t value, const CBS *extension);
    [all...]
t1_lib.cc 147 static int tls1_check_duplicate_extensions(const CBS *cbs) {
148 CBS extensions = *cbs;
156 CBS extension;
178 extensions = *cbs;
180 CBS extension;
212 CBS client_hello, random, session_id;
228 CBS cookie;
235 CBS cipher_suites, compression_methods
296 CBS cbs; local
    [all...]
ssl_x509.cc 1068 CBS cbs; local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation_types.h 74 // When an object is destroyed, any bound cbs are set to INVALID
620 CB_SUBMISSION(std::vector<VkCommandBuffer> const &cbs, std::vector<SEMAPHORE_WAIT> const &waitSemaphores, std::vector<VkSemaphore> const &signalSemaphores, VkFence fence)
621 : cbs(cbs), waitSemaphores(waitSemaphores), signalSemaphores(signalSemaphores), fence(fence) {}
623 std::vector<VkCommandBuffer> cbs; member in struct:CB_SUBMISSION
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 181 /*optional*/ACameraCaptureSession_captureCallbacks* cbs,
185 session, cbs, numRequests, requests, captureSequenceId, /*isRepeating*/false);
191 /*optional*/ACameraCaptureSession_captureCallbacks* cbs,
195 session, cbs, numRequests, requests, captureSequenceId, /*isRepeating*/true);
201 /*optional*/ACameraCaptureSession_captureCallbacks* cbs,
248 CallbackHolder cbHolder(session, requestsV, isRepeating, cbs);
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 1098 CBS cbs; local
1150 CBS cbs; local
4342 std::unique_ptr<CBS> cbs; member in struct:CbsHandle
4368 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); local
4382 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); local
4406 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); local
4418 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); local
4431 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); local
4736 CBS cbs; local
4790 CBS cbs, sequence; local
8452 CBS cbs; local
    [all...]
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.cpp 253 CirculatingBuffers& cbs = mCirculatingBuffers[streamIds[i]]; local
254 if (cbs.count(bufId) == 0) {
266 cbs[bufId] = importedBuf;
269 allBufPtrs[i] = &cbs[bufId];
953 CirculatingBuffers& cbs = cbsIt->second; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
dcbnl.h 30 __u8 cbs; member in struct:ieee_ets
  /development/ndk/platforms/android-21/include/linux/
dcbnl.h 32 __u8 cbs; member in struct:ieee_ets
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_test.cc 106 CBS cbs; local
107 CBS_init(&cbs, in, in_len);
108 bssl::UniquePtr<EC_KEY> ret(EC_KEY_parse_private_key(&cbs, NULL));
109 if (!ret || CBS_len(&cbs) != 0) {
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 37 * @cbs: credit based shaper ets algorithm supported
60 __u8 cbs; member in struct:ieee_ets
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dcbnl.h 37 * @cbs: credit based shaper ets algorithm supported
60 __u8 cbs; member in struct:ieee_ets
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
dcbnl.h 32 __u8 cbs; member in struct:ieee_ets

Completed in 1100 milliseconds

1 23 4 5