Searched refs:datablob (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/security/keys/ | 
| D | trusted.c | 803 static int datablob_parse(char *datablob, struct trusted_key_payload *p,  in datablob_parse()  argument 813 	c = strsep(&datablob, " \t");  in datablob_parse() 820 		c = strsep(&datablob, " \t");  in datablob_parse() 827 		ret = getoptions(datablob, p, o);  in datablob_parse() 834 		c = strsep(&datablob, " \t");  in datablob_parse() 843 		ret = getoptions(datablob, p, o);  in datablob_parse() 850 		ret = getoptions(datablob, p, o);  in datablob_parse() 904 	char *datablob;  in trusted_instantiate()  local 912 	datablob = kmalloc(datalen + 1, GFP_KERNEL);  in trusted_instantiate() 913 	if (!datablob)  in trusted_instantiate() [all …] 
 | 
| /linux-4.1.27/security/keys/encrypted-keys/ | 
| D | encrypted.c | 177 static int datablob_parse(char *datablob, const char **format,  in datablob_parse()  argument 187 	keyword = strsep(&datablob, " \t");  in datablob_parse() 195 	p = strsep(&datablob, " \t");  in datablob_parse() 206 		*master_desc = strsep(&datablob, " \t");  in datablob_parse() 225 		*decrypted_datalen = strsep(&datablob, " \t");  in datablob_parse() 247 		*hex_encoded_iv = strsep(&datablob, " \t");  in datablob_parse() 780 	char *datablob = NULL;  in encrypted_instantiate()  local 791 	datablob = kmalloc(datalen + 1, GFP_KERNEL);  in encrypted_instantiate() 792 	if (!datablob)  in encrypted_instantiate() 794 	datablob[datalen] = 0;  in encrypted_instantiate() [all …] 
 | 
| /linux-4.1.27/Documentation/security/ | 
| D | keys-ecryptfs.txt | 26 In order to avoid known-plaintext attacks, the datablob obtained through
  |