Lines Matching +refs:create +refs:shared +refs:slots +refs:vector
28 slots within PKCS #11, but no physical device exists. These devices can
29 also feature physical slots and `accelerator slots`.
103 modes, salts, key derivation functions, and other party's shared secrets (for
272 vector. You must choose a storage/transmission format that suits your
475 This will generate unique domain parameters for a key. If you want to create
555 You can create a DSA key directly from freshly generated domain parameters
809 supply an initialisation vector of 128-bits of good random.
843 An initialization vector (IV) or starting variable (SV) is data that is
848 An initialization vector has different security requirements than a key, so
850 important that an initialization vector is never reused under the same key.
852 of plaintext, and about any common prefix shared by the two messages. For
859 We recommend using :meth:`pkcs11.Session.generate_random` to create a
915 which is the size of the initialization vector.
1195 DH lets us derive a shared key using shared domain parameters, our private
1235 The shared derived key can now be used for any appropriate mechanism.
1237 If you want to extract the shared key from the HSM, you can mark the key
1249 # This is our shared secret key
1261 * a shared value; and
1266 shared value must be `None`.
1298 If you want to extract the shared key from the HSM, you can mark the key
1310 # This is our shared secret key