CryptoAuthLib v3.7.6
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
pkcs11_cert.c File Reference

PKCS11 Library Certificate Handling. More...

#include "cryptoauthlib.h"
#include "atcacert/atcacert_def.h"
#include "atcacert/atcacert_client.h"
#include "pkcs11_config.h"
#include "pkcs11_debug.h"
#include "pkcs11_token.h"
#include "pkcs11_cert.h"
#include "pkcs11_os.h"
#include "pkcs11_util.h"
#include "pkcs11_slot.h"

Functions

CK_RV pkcs11_cert_load (pkcs11_object_ptr pObject, CK_ATTRIBUTE_PTR pAttribute, ATCADevice device)
 
CK_RV pkcs11_cert_x509_write (CK_VOID_PTR pObject, CK_ATTRIBUTE_PTR pAttribute, pkcs11_session_ctx_ptr pSession)
 
CK_RV pkcs11_cert_clear_session_cache (pkcs11_session_ctx_ptr session_ctx)
 
CK_RV pkcs11_cert_clear_object_cache (pkcs11_object_ptr pObject)
 

Variables

const pkcs11_attrib_model pkcs11_cert_x509public_attributes []
 
const CK_ULONG pkcs11_cert_x509public_attributes_count = (CK_ULONG)(sizeof( pkcs11_cert_x509public_attributes ) / sizeof( pkcs11_cert_x509public_attributes [0]))
 
const pkcs11_attrib_model pkcs11_cert_wtlspublic_attributes []
 
const CK_ULONG pkcs11_cert_wtlspublic_attributes_count = (CK_ULONG)(sizeof( pkcs11_cert_wtlspublic_attributes ) / sizeof( pkcs11_cert_wtlspublic_attributes [0]))
 
const pkcs11_attrib_model pkcs11_cert_x509_attributes []
 
const CK_ULONG pkcs11_cert_x509_attributes_count = (CK_ULONG)(sizeof( pkcs11_cert_x509_attributes ) / sizeof( pkcs11_cert_x509_attributes [0]))
 

Detailed Description

PKCS11 Library Certificate Handling.