/aosp_15_r20/packages/modules/Virtualization/libs/bssl/src/ |
D | cbb.rs | 44 fn as_ref(&self) -> &CBB { in as_ref() 50 fn as_mut(&mut self) -> &mut CBB { in as_mut()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/ |
H A D | kyber_test.cc | 32 static std::vector<uint8_t> Marshal(int (*marshal_func)(CBB *, const T *), in Marshal()
|
/aosp_15_r20/external/boringssl/src/crypto/kyber/ |
H A D | kyber_test.cc | 33 static std::vector<uint8_t> Marshal(int (*marshal_func)(CBB *, const T *), in Marshal()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/include/openssl/ |
H A D | base.h | 320 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 140 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo); in CloneFunctionInto() local
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/boringssl/src/include/openssl/ |
D | base.h | 375 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/boringssl/src/include/openssl/ |
D | base.h | 375 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/boringssl/src/include/openssl/ |
D | base.h | 375 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/boringssl/src/include/openssl/ |
D | base.h | 383 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/external/boringssl/src/include/openssl/ |
H A D | base.h | 320 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/boringssl/src/include/openssl/ |
D | base.h | 375 typedef struct cbb_st CBB; typedef
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6970 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> ::core::ffi::c_int; in BN_bn2cbb_padded() 7006 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> ::core::ffi::c_int; in BN_marshal_asn1() 10335 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10338 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> ::core::ffi::c_int; in CBB_init() 10341 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> ::core::ffi::c_int; in CBB_init_fixed() 10344 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10348 cbb: *mut CBB, in CBB_finish() 10363 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> ::core::ffi::c_int; in CBB_add_u8_length_prefixed() 10366 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) in CBB_add_u16_length_prefixed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys_raw/android_arm64_armv8-2a_cortex-a55_source_apex10000/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6970 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> ::core::ffi::c_int; in BN_bn2cbb_padded() 7006 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> ::core::ffi::c_int; in BN_marshal_asn1() 10335 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10338 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> ::core::ffi::c_int; in CBB_init() 10341 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> ::core::ffi::c_int; in CBB_init_fixed() 10344 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10348 cbb: *mut CBB, in CBB_finish() 10363 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> ::core::ffi::c_int; in CBB_add_u8_length_prefixed() 10366 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) in CBB_add_u16_length_prefixed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys_raw/android_arm64_armv8-2a_cortex-a55_source/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6970 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> ::core::ffi::c_int; in BN_bn2cbb_padded() 7006 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> ::core::ffi::c_int; in BN_marshal_asn1() 10335 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10338 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> ::core::ffi::c_int; in CBB_init() 10341 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> ::core::ffi::c_int; in CBB_init_fixed() 10344 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10348 cbb: *mut CBB, in CBB_finish() 10363 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> ::core::ffi::c_int; in CBB_add_u8_length_prefixed() 10366 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) in CBB_add_u16_length_prefixed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys_raw_nostd/android_arm64_armv8-2a_cortex-a55_source/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6944 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> core::ffi::c_int; in BN_bn2cbb_padded() 6977 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> core::ffi::c_int; in BN_marshal_asn1() 10242 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10245 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> core::ffi::c_int; in CBB_init() 10248 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> core::ffi::c_int; in CBB_init_fixed() 10251 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10255 cbb: *mut CBB, in CBB_finish() 10270 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> core::ffi::c_int; in CBB_add_u8_length_prefixed() 10273 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> core::ffi::c_int; in CBB_add_u16_length_prefixed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys_nostd/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std/out/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6944 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> core::ffi::c_int; in BN_bn2cbb_padded() 6977 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> core::ffi::c_int; in BN_marshal_asn1() 10242 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10245 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> core::ffi::c_int; in CBB_init() 10248 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> core::ffi::c_int; in CBB_init_fixed() 10251 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10255 cbb: *mut CBB, in CBB_finish() 10270 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> core::ffi::c_int; in CBB_add_u8_length_prefixed() 10273 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> core::ffi::c_int; in CBB_add_u16_length_prefixed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys/android_arm64_armv8-2a_cortex-a55_rlib_dylib-std/out/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6970 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> ::core::ffi::c_int; in BN_bn2cbb_padded() 7006 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> ::core::ffi::c_int; in BN_marshal_asn1() 10335 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10338 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> ::core::ffi::c_int; in CBB_init() 10341 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> ::core::ffi::c_int; in CBB_init_fixed() 10344 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10348 cbb: *mut CBB, in CBB_finish() 10363 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> ::core::ffi::c_int; in CBB_add_u8_length_prefixed() 10366 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) in CBB_add_u16_length_prefixed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libbssl_sys/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex10000/out/ |
D | bssl_sys_bindings.rs | 4738 pub type CBB = cbb_st; typedef 6970 pub fn BN_bn2cbb_padded(out: *mut CBB, len: usize, in_: *const BIGNUM) -> ::core::ffi::c_int; in BN_bn2cbb_padded() 7006 pub fn BN_marshal_asn1(cbb: *mut CBB, bn: *const BIGNUM) -> ::core::ffi::c_int; in BN_marshal_asn1() 10335 pub fn CBB_zero(cbb: *mut CBB); in CBB_zero() 10338 pub fn CBB_init(cbb: *mut CBB, initial_capacity: usize) -> ::core::ffi::c_int; in CBB_init() 10341 pub fn CBB_init_fixed(cbb: *mut CBB, buf: *mut u8, len: usize) -> ::core::ffi::c_int; in CBB_init_fixed() 10344 pub fn CBB_cleanup(cbb: *mut CBB); in CBB_cleanup() 10348 cbb: *mut CBB, in CBB_finish() 10363 pub fn CBB_add_u8_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) -> ::core::ffi::c_int; in CBB_add_u8_length_prefixed() 10366 pub fn CBB_add_u16_length_prefixed(cbb: *mut CBB, out_contents: *mut CBB) in CBB_add_u16_length_prefixed() [all …]
|