Searched defs:DecryptArgs (Results 1 – 2 of 2) sorted by relevance
6 type DecryptArgs struct { struct7 CiphertextBlob string8 EncryptionContext map[string]string17 func (client *Client) Decrypt(args *DecryptArgs) (*DecryptResponse, error) {
358 DecryptArgs = namedtuple('decrypt_flash_data_args', variable in FlashEncryptionTests