Searched refs:CBB_add_asn1_uint64 (Results 1 – 16 of 16) sorted by relevance
/crypto/pkcs8/ |
A D | p5_pbev2.cc | 156 !CBB_add_asn1_uint64(&kdf_param, iterations) || in PKCS5_pbe2_encrypt_init() 159 !CBB_add_asn1_uint64(&kdf_param, EVP_CIPHER_key_length(cipher))) || in PKCS5_pbe2_encrypt_init()
|
A D | pkcs8_x509.cc | 1032 !CBB_add_asn1_uint64(&encrypted_data, 0 /* version */) || in add_encrypted_data() 1148 !CBB_add_asn1_uint64(&pfx, 3) || in PKCS12_create() 1298 !CBB_add_asn1_uint64(&mac_data, mac_iterations)) { in PKCS12_create()
|
A D | pkcs8.cc | 314 !CBB_add_asn1_uint64(¶m, iterations) || !CBB_flush(out)) { in pkcs12_pbe_encrypt_init()
|
/crypto/dh/ |
A D | dh_asn1.cc | 89 !CBB_add_asn1_uint64(&child, dh->priv_length)) || in DH_marshal_parameters()
|
/crypto/pkcs7/ |
A D | pkcs7.cc | 180 !CBB_add_asn1_uint64(&seq, signed_data_version) || in pkcs7_add_signed_data()
|
A D | pkcs7_x509.cc | 412 !CBB_add_asn1_uint64(&seq, version)) { in write_signer_info()
|
/crypto/evp/ |
A D | p_rsa_asn1.cc | 81 !CBB_add_asn1_uint64(&pkcs8, 0 /* version */) || in rsa_priv_encode()
|
A D | p_ed25519_asn1.cc | 181 !CBB_add_asn1_uint64(&pkcs8, 0 /* version */) || in ed25519_priv_encode()
|
A D | p_x25519_asn1.cc | 193 !CBB_add_asn1_uint64(&pkcs8, 0 /* version */) || in x25519_priv_encode()
|
A D | p_dsa_asn1.cc | 125 !CBB_add_asn1_uint64(&pkcs8, 0 /* version */) || in dsa_priv_encode()
|
A D | p_ec_asn1.cc | 120 !CBB_add_asn1_uint64(&pkcs8, 0 /* version */) || in eckey_priv_encode()
|
/crypto/rsa/ |
A D | rsa_asn1.cc | 177 !CBB_add_asn1_uint64(&child, kVersionTwoPrime) || in RSA_marshal_private_key()
|
/crypto/dsa/ |
A D | dsa_asn1.cc | 244 !CBB_add_asn1_uint64(&child, 0 /* version */) || in DSA_marshal_private_key()
|
/crypto/ec/ |
A D | ec_asn1.cc | 163 !CBB_add_asn1_uint64(&ec_private_key, 1 /* version */) || in EC_KEY_marshal_private_key()
|
/crypto/bytestring/ |
A D | cbb.cc | 504 int CBB_add_asn1_uint64(CBB *cbb, uint64_t value) { in CBB_add_asn1_uint64() function
|
A D | bytestring_test.cc | 1011 ASSERT_TRUE(CBB_add_asn1_uint64(cbb.get(), test.value)); in TEST()
|
Completed in 31 milliseconds