Searched refs:public_key_len (Results 1 - 5 of 5) sorted by relevance

/u-boot/lib/libavb/
H A Davb_chain_partition_descriptor.c26 dest->public_key_len = avb_be32toh(dest->public_key_len);
36 !avb_safe_add_to(&expected_size, dest->public_key_len)) {
H A Davb_chain_partition_descriptor.h26 * partition name (UTF-8 encoded) and |public_key_len| bytes of the
36 uint32_t public_key_len; member in struct:AvbChainPartitionDescriptor
H A Davb_slot_verify.c1009 chain_desc.public_key_len,
/u-boot/test/lib/
H A Drsa.c49 static unsigned int public_key_len = 270; variable
153 info.keylen = public_key_len;
187 info.keylen = public_key_len;
H A Dasn1.c366 static unsigned int public_key_len = 270; variable
380 ret = rsa_parse_pub_key(&pkey, public_key, public_key_len);

Completed in 107 milliseconds