Home
last modified time | relevance | path

Searched refs:crypto_csr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h1200 struct crypto_csr;
1224 struct crypto_csr * crypto_csr_init(void);
1232 struct crypto_csr * crypto_csr_verify(const struct wpabuf *req);
1238 void crypto_csr_deinit(struct crypto_csr *csr);
1246 int crypto_csr_set_ec_public_key(struct crypto_csr *csr,
1256 int crypto_csr_set_name(struct crypto_csr *csr, enum crypto_csr_name type,
1268 int crypto_csr_set_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr,
1279 const u8 * crypto_csr_get_attribute(struct crypto_csr *csr,
1291 struct wpabuf * crypto_csr_sign(struct crypto_csr *csr,
H A Dcrypto_wolfssl.c3221 struct crypto_csr { struct
3233 static void crypto_csr_init_type(struct crypto_csr *csr, enum cert_type type, in crypto_csr_init_type() argument
3271 struct crypto_csr * crypto_csr_init(void) in crypto_csr_init()
3273 struct crypto_csr *ret = os_malloc(sizeof(struct crypto_csr)); in crypto_csr_init()
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()
[all …]
H A Dcrypto_openssl.c4251 struct crypto_csr * crypto_csr_init() in crypto_csr_init()
4253 return (struct crypto_csr *)X509_REQ_new(); in crypto_csr_init()
4257 struct crypto_csr * crypto_csr_verify(const struct wpabuf *req) in crypto_csr_verify()
4274 return (struct crypto_csr *)csr; in crypto_csr_verify()
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()
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c2083 struct crypto_csr *csr = NULL; in dpp_build_csr()
2154 struct crypto_csr *csr; in dpp_validate_csr()