Searched refs:algoid (Results 1 – 3 of 3) sorted by relevance
13 Usage: $0 <algoid> <out_keypair>20 algoid=$123 make_pair $out_keypair $algoid
137 --firmware_sign_algorithm <algoid> \143 Where <algoid> is based on the signature algorithm to use for firmware144 signining. The list of <algoid> specifications can be output by running
595 ASN1_OBJECT *algoid; in EVP_PKCS82PKEY() local598 if (!PKCS8_pkey_get0(&algoid, NULL, NULL, NULL, p8)) { in EVP_PKCS82PKEY()608 if (!EVP_PKEY_set_type(pkey, OBJ_obj2nid(algoid))) { in EVP_PKCS82PKEY()610 i2t_ASN1_OBJECT(obj_tmp, 80, algoid); in EVP_PKCS82PKEY()