Searched refs:mbedtls_pk_context (Results 1 – 4 of 4) sorted by relevance
220 typedef struct mbedtls_pk_context { struct265 } mbedtls_pk_context; typedef310 void mbedtls_pk_init(mbedtls_pk_context *ctx);323 void mbedtls_pk_free(mbedtls_pk_context *ctx);358 int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info);397 int mbedtls_pk_setup_opaque(mbedtls_pk_context *ctx,417 int mbedtls_pk_setup_rsa_alt(mbedtls_pk_context *ctx, void *key,430 size_t mbedtls_pk_get_bitlen(const mbedtls_pk_context *ctx);439 static inline size_t mbedtls_pk_get_len(const mbedtls_pk_context *ctx) in mbedtls_pk_get_len()456 int mbedtls_pk_can_do(const mbedtls_pk_context *ctx, mbedtls_pk_type_t type);[all …]
47 mbedtls_pk_context pk; /**< Container for the public key context. */67 mbedtls_pk_context *MBEDTLS_PRIVATE(key);252 void mbedtls_x509write_csr_set_key(mbedtls_x509write_csr *ctx, mbedtls_pk_context *key);
61 mbedtls_pk_context pk; /**< Container for the public key context. */221 mbedtls_pk_context *MBEDTLS_PRIVATE(subject_key);222 mbedtls_pk_context *MBEDTLS_PRIVATE(issuer_key);1042 void mbedtls_x509write_crt_set_subject_key(mbedtls_x509write_cert *ctx, mbedtls_pk_context *key);1050 void mbedtls_x509write_crt_set_issuer_key(mbedtls_x509write_cert *ctx, mbedtls_pk_context *key);
3609 mbedtls_pk_context *pk_key);4043 mbedtls_pk_context *pk_key);