Home
last modified time | relevance | path

Searched refs:pub_data (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Devp_pkey_provided_test.c526 static const unsigned char pub_data[] = { in test_fromdata_dh_named_group() local
554 || !TEST_ptr(pub = BN_bin2bn(pub_data, sizeof(pub_data), NULL)) in test_fromdata_dh_named_group()
737 static const unsigned char pub_data[] = { in test_fromdata_dh_fips186_4() local
766 || !TEST_ptr(pub = BN_bin2bn(pub_data, sizeof(pub_data), NULL)) in test_fromdata_dh_fips186_4()
1513 static const unsigned char pub_data[] = { in test_fromdata_dsa_fips186_4() local
1539 || !TEST_ptr(pub = BN_bin2bn(pub_data, sizeof(pub_data), NULL)) in test_fromdata_dsa_fips186_4()
/third_party/libcoap/src/
H A Dcoap_tinydtls.c1103 const uint8_t *pub_data, size_t pub_len, in asn1_derive_keys()
1133 t_context->pub_key = get_asn1_tag(COAP_ASN1_BITSTRING, pub_data, pub_len, in asn1_derive_keys()
1101 asn1_derive_keys(coap_tiny_context_t *t_context, const uint8_t *priv_data, size_t priv_len, const uint8_t *pub_data, size_t pub_len, int is_pkcs8) asn1_derive_keys() argument

Completed in 5 milliseconds