Home
last modified time | relevance | path

Searched defs:csr (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_wolfssl.c3233 static void crypto_csr_init_type(struct crypto_csr *csr, enum cert_type type, in crypto_csr_init_type()
3288 void crypto_csr_deinit(struct crypto_csr *csr) in crypto_csr_deinit()
3298 int crypto_csr_set_ec_public_key(struct crypto_csr *csr, in crypto_csr_set_ec_public_key()
3332 int crypto_csr_set_name(struct crypto_csr *csr, enum crypto_csr_name type, in crypto_csr_set_name()
3382 int crypto_csr_set_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, in crypto_csr_set_attribute()
3409 const u8 * crypto_csr_get_attribute(struct crypto_csr *csr, in crypto_csr_get_attribute()
3438 struct wpabuf * crypto_csr_sign(struct crypto_csr *csr, in crypto_csr_sign()
3525 struct crypto_csr *csr = NULL; in crypto_csr_verify() local
Dcrypto_mbedtls_alt.c2977 mbedtls_x509write_csr *csr = os_malloc(sizeof(*csr)); in crypto_csr_init() local
2993 mbedtls_x509_csr *csr = os_malloc(sizeof(*csr)); in crypto_csr_verify() local
3019 void crypto_csr_deinit(struct crypto_csr *csr) in crypto_csr_deinit()
3031 int crypto_csr_set_ec_public_key(struct crypto_csr *csr, struct crypto_ec_key *key) in crypto_csr_set_ec_public_key()
3037 int crypto_csr_set_name(struct crypto_csr *csr, enum crypto_csr_name type, const char *name) in crypto_csr_set_name()
3089 struct crypto_csr *csr, enum crypto_csr_attr attr, int attr_type, const u8 *value, size_t len) in crypto_csr_set_attribute()
3120 mbedtls_x509_csr *csr, const char *oid, size_t oid_len, size_t *vlen, int *vtype) in mbedtls_x509_csr_attr_oid_value()
3168 const u8 *crypto_csr_get_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, size_t *len, … in crypto_csr_get_attribute()
3194 struct wpabuf *crypto_csr_sign(struct crypto_csr *csr, struct crypto_ec_key *key, enum crypto_hash_… in crypto_csr_sign()
Dcrypto_openssl.c4259 X509_REQ *csr; in crypto_csr_verify() local
4281 void crypto_csr_deinit(struct crypto_csr *csr) in crypto_csr_deinit()
4287 int crypto_csr_set_ec_public_key(struct crypto_csr *csr, struct crypto_ec_key *key) in crypto_csr_set_ec_public_key()
4296 int crypto_csr_set_name(struct crypto_csr *csr, enum crypto_csr_name type, in crypto_csr_set_name()
4342 int crypto_csr_set_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, in crypto_csr_set_attribute()
4363 const u8 * crypto_csr_get_attribute(struct crypto_csr *csr, in crypto_csr_get_attribute()
4401 struct wpabuf * crypto_csr_sign(struct crypto_csr *csr, in crypto_csr_sign()
/hostap-latest/src/common/
Ddpp_crypto.c2083 struct crypto_csr *csr = NULL; in dpp_build_csr() local
2154 struct crypto_csr *csr; in dpp_validate_csr() local
Ddpp.h381 struct wpabuf *csr; member
Ddpp.c980 char *csr = NULL; in dpp_build_conf_req_helper() local