Lines Matching full:blob
70 blob of data.
76 called with a blob of data, and that then creates the key's payload in
81 attached payload back into a blob of data.
131 blob of data. It is intended as a place to store secrets which are
943 ``max_*_size`` indicate the maximum sizes in bytes of a blob of data to be
944 signed, a signature blob, a blob to be encrypted and a blob to be
954 * Encrypt, decrypt, sign or verify a blob using an asymmetric key::
981 blob of data. For encryption and verification, the asymmetric key may
1010 ``enc=<encoding>`` The encoding of the encrypted/signature blob. This
1129 callout_info is a blob of length callout_len, if given (the length may be
1391 the payload blob parameters; quotalen will be filled in with the default
1423 blob. If preparse() was supplied then other fields may be filled in also.
1443 It is called to update a key's payload from the blob of data provided.
1446 blob. If preparse() was supplied then other fields may be filled in also.
1557 key's payload into something a blob of data for userspace to deal with.
1558 Ideally, the blob should be in the same format as that passed in to the
1561 If successful, the blob size that could be produced should be returned
1626 used to encrypt, decrypt or sign a blob of data, and the second allows a
1712 are supported by the key, including encryption of a blob, decryption of a
1713 blob, signing a blob and verifying the signature on a blob. The following