package pkcs11-driver
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Bindings to the PKCS#11 cryptographic API
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      pkcs11-v1.0.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=db6bed28e4a75cb3787d0b6feca954a91c9e52e678b8cc73c1058975b1846946
    
    
  sha512=f764b356cac3dd7718003a158f2a4dad7b8caae981930ab9cfa674a08ebcf3583c531bfcca9ddbb593d0c8e5a64b52381f8c9c702c3a0d0d44000727b095c47a
    
    
  doc/pkcs11-driver/Pkcs11_slot_list/index.html
Module Pkcs11_slot_listSource
An element of type t is a structure made of a pointer to a C array, and its length.
The reason we use these texts is that some PKCS#11 functions require a two step interraction, in which one first gives a null pointer (with length 0) to a function, which modifies the length of the list. Then, the user allocates memory for this list, and performs a second call to the function.
create () allocates a new t with length 0, and content the null pointer.
allocate t updates the content of the t structure to point to freshly allocated memory.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >