Lines Matching refs:asn1_oid

15 const struct asn1_oid asn1_sha1_oid = {
20 const struct asn1_oid asn1_sha256_oid = {
25 const struct asn1_oid asn1_ec_public_key_oid = {
30 const struct asn1_oid asn1_prime256v1_oid = {
35 const struct asn1_oid asn1_secp384r1_oid = {
40 const struct asn1_oid asn1_secp521r1_oid = {
45 const struct asn1_oid asn1_brainpoolP256r1_oid = {
50 const struct asn1_oid asn1_brainpoolP384r1_oid = {
55 const struct asn1_oid asn1_brainpoolP512r1_oid = {
60 const struct asn1_oid asn1_aes_siv_cmac_aead_256_oid = {
65 const struct asn1_oid asn1_aes_siv_cmac_aead_384_oid = {
70 const struct asn1_oid asn1_aes_siv_cmac_aead_512_oid = {
75 const struct asn1_oid asn1_pbkdf2_oid = {
80 const struct asn1_oid asn1_pbkdf2_hmac_sha256_oid = {
85 const struct asn1_oid asn1_pbkdf2_hmac_sha384_oid = {
90 const struct asn1_oid asn1_pbkdf2_hmac_sha512_oid = {
95 const struct asn1_oid asn1_dpp_config_params_oid = {
100 const struct asn1_oid asn1_dpp_asymmetric_key_package_oid = {
290 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) in asn1_parse_oid()
334 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid()
351 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str()
417 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b) in asn1_oid_equal()
480 int asn1_get_alg_id(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_alg_id()
547 void asn1_put_oid(struct wpabuf *buf, const struct asn1_oid *oid) in asn1_put_oid()
612 struct wpabuf * asn1_build_alg_id(const struct asn1_oid *oid, in asn1_build_alg_id()