Lines Matching refs:pkcs11
601 coap_pki_key_pkcs11_t pkcs11; /* for PKCS11 keys */
806 const char *ca; /* pkcs11: URI for Common CA Certificate */
807 const char *public_cert; /* pkcs11: URI for Public Cert */
808 const char *private_key; /* pkcs11: URI for Private Key */
811 pkcs11: URI as a query. */
815 *key.pkcs11.ca* is a pkcs11: URI for the CA certificate or NULL. This is for
819 An example URI is 'pkcs11:pkcs11:token=My%20Token;id=%aa%bb%cc%dd' which is
822 *key.pkcs11.public_cert* is a pkcs11: URI for the Public Certificate which
823 was signed by *key.pkcs11.ca* or NULL.
825 *key.pkcs11.private_key* is a pkcs11: URI for the Private Key for the
826 public certificate defined by *key.pkcs11.public_cert* or NULL.
828 *key.pkcs11.user_pin* is the user pin used to unlock the token or NULL.
829 If NULL, the pin can be defined on the other pkcs11: URI entries by using
831 'pkcs11:pkcs11:token=My%20Token;id=%aa%bb%cc%dd?pin-value=XXX' where XXX is