Home
last modified time | relevance | path

Searched refs:CBB_add_space (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dtls12_record_layer.c257 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_mac()
336 if (!CBB_add_space(&cbb, &pad, in tls12_record_layer_aead_xored_nonce()
406 if (!CBB_add_space(out, &enc_data, enc_record_len)) in tls12_record_layer_seal_record_protected_aead()
449 if (!CBB_add_space(&cbb, &eiv, eiv_len)) in tls12_record_layer_seal_record_protected_cipher()
476 if (!CBB_add_space(&cbb, &pad, pad_len)) in tls12_record_layer_seal_record_protected_cipher()
489 if (!CBB_add_space(out, &enc_data, plain_len)) in tls12_record_layer_seal_record_protected_cipher()
H A Dssl_kex.c105 if (!CBB_add_space(cbb, &ecp, ecp_len)) in ssl_kex_public_ecdhe_ecp()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dtls12_record_layer.c257 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_mac()
336 if (!CBB_add_space(&cbb, &pad, in tls12_record_layer_aead_xored_nonce()
406 if (!CBB_add_space(out, &enc_data, enc_record_len)) in tls12_record_layer_seal_record_protected_aead()
449 if (!CBB_add_space(&cbb, &eiv, eiv_len)) in tls12_record_layer_seal_record_protected_cipher()
476 if (!CBB_add_space(&cbb, &pad, pad_len)) in tls12_record_layer_seal_record_protected_cipher()
489 if (!CBB_add_space(out, &enc_data, plain_len)) in tls12_record_layer_seal_record_protected_cipher()
H A Dssl_kex.c105 if (!CBB_add_space(cbb, &ecp, ecp_len)) in ssl_kex_public_ecdhe_ecp()
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dtls12_record_layer.c690 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_mac()
734 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_read_mac_cbc()
828 if (!CBB_add_space(&cbb, &pad, in tls12_record_layer_aead_xored_nonce()
1167 if (!CBB_add_space(out, &enc_data, enc_record_len)) in tls12_record_layer_seal_record_protected_aead()
1209 if (!CBB_add_space(&cbb, &eiv, eiv_len)) in tls12_record_layer_seal_record_protected_cipher()
1235 if (!CBB_add_space(&cbb, &pad, pad_len)) in tls12_record_layer_seal_record_protected_cipher()
1248 if (!CBB_add_space(out, &enc_data, plain_len)) in tls12_record_layer_seal_record_protected_cipher()
H A Dssl_kex.c105 if (!CBB_add_space(cbb, &ecp, ecp_len)) in ssl_kex_public_ecdhe_ecp()
H A Dbytestring.h444 int CBB_add_space(CBB *cbb, uint8_t **out_data, size_t len);
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dtls12_record_layer.c719 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_mac()
763 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_read_mac_cbc()
856 if (!CBB_add_space(&cbb, &pad, in tls12_record_layer_aead_xored_nonce()
1185 if (!CBB_add_space(out, &enc_data, enc_record_len)) in tls12_record_layer_seal_record_protected_aead()
1227 if (!CBB_add_space(&cbb, &eiv, eiv_len)) in tls12_record_layer_seal_record_protected_cipher()
1253 if (!CBB_add_space(&cbb, &pad, pad_len)) in tls12_record_layer_seal_record_protected_cipher()
1266 if (!CBB_add_space(out, &enc_data, plain_len)) in tls12_record_layer_seal_record_protected_cipher()
H A Dssl_kex.c105 if (!CBB_add_space(cbb, &ecp, ecp_len))
H A Dbytestring.h443 int CBB_add_space(CBB *cbb, uint8_t **out_data, size_t len);
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dtls12_record_layer.c719 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_mac()
763 if (!CBB_add_space(cbb, &mac, mac_len)) in tls12_record_layer_read_mac_cbc()
856 if (!CBB_add_space(&cbb, &pad, in tls12_record_layer_aead_xored_nonce()
1185 if (!CBB_add_space(out, &enc_data, enc_record_len)) in tls12_record_layer_seal_record_protected_aead()
1227 if (!CBB_add_space(&cbb, &eiv, eiv_len)) in tls12_record_layer_seal_record_protected_cipher()
1253 if (!CBB_add_space(&cbb, &pad, pad_len)) in tls12_record_layer_seal_record_protected_cipher()
1266 if (!CBB_add_space(out, &enc_data, plain_len)) in tls12_record_layer_seal_record_protected_cipher()
H A Dssl_kex.c105 if (!CBB_add_space(cbb, &ecp, ecp_len)) in ssl_kex_public_ecdhe_ecp()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/x509/
H A Dpkcs7.c312 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
342 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ssl/
H A Dssl_platform_key_win_unittest.cc66 return CBB_add_space(cbb, &ptr, len) && BN_bn2le_padded(ptr, len, bn); in AddBIGNUMLittleEndian()
121 return CBB_add_space(cbb, &ptr, len) && BN_bn2bin_padded(ptr, len, bn); in AddBIGNUMBigEndian()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/pkcs7/
H A Dpkcs7_x509.c189 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
219 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs7/
H A Dpkcs7_x509.c189 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
219 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/pkcs7/
H A Dpkcs7_x509.c189 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
219 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/pkcs7/
H A Dpkcs7_x509.c189 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
219 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/security/boringssl/boringssl-6a71840/crypto/pkcs7/
H A Dpkcs7_x509.c189 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
219 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ssl/
H A Dssl_platform_key_win_unittest.cc66 return CBB_add_space(cbb, &ptr, len) && BN_bn2le_padded(ptr, len, bn); in AddBIGNUMLittleEndian()
121 return CBB_add_space(cbb, &ptr, len) && BN_bn2bin_padded(ptr, len, bn); in AddBIGNUMBigEndian()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/trust_token/
H A Dprivacy_pass.c201 if (!CBB_add_space(&cbb, &buf, scalar_len)) { in TRUST_TOKEN_generate_key()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Dx509_util.cc158 CBB_add_space(&child, &out, der::kUTCTimeLength) && in AddTime()
163 CBB_add_space(&child, &out, der::kGeneralizedTimeLength) && in AddTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dx509_util.cc176 CBB_add_space(&child, &out, der::kUTCTimeLength) && in CBBAddTime()
181 CBB_add_space(&child, &out, der::kGeneralizedTimeLength) && in CBBAddTime()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/pkcs7/
H A Dpkcs7_x509.c190 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
223 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/pkcs7/
H A Dpkcs7_x509.c190 !CBB_add_space(&certificates, &buf, len) || in pkcs7_bundle_certificates_cb()
223 !CBB_add_space(&crl_data, &buf, len) || in pkcs7_bundle_crls_cb()

1234567