| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-verity-verify-sig.c | 32 struct dm_verity_sig_opts *sig_opts) in verity_verify_get_sig_from_key() argument 51 sig_opts->sig = kmalloc(ukp->datalen, GFP_KERNEL); in verity_verify_get_sig_from_key() 52 if (!sig_opts->sig) { in verity_verify_get_sig_from_key() 56 sig_opts->sig_size = ukp->datalen; in verity_verify_get_sig_from_key() 58 memcpy(sig_opts->sig, ukp->data, sig_opts->sig_size); in verity_verify_get_sig_from_key() 69 struct dm_verity_sig_opts *sig_opts, in verity_verify_sig_parse_opt_args() argument 85 ret = verity_verify_get_sig_from_key(sig_key, sig_opts); in verity_verify_sig_parse_opt_args() 128 void verity_verify_sig_opts_cleanup(struct dm_verity_sig_opts *sig_opts) in verity_verify_sig_opts_cleanup() argument 130 kfree(sig_opts->sig); in verity_verify_sig_opts_cleanup() 131 sig_opts->sig = NULL; in verity_verify_sig_opts_cleanup() [all …]
|
| H A D | dm-verity-verify-sig.h | 28 struct dm_verity_sig_opts *sig_opts, 31 void verity_verify_sig_opts_cleanup(struct dm_verity_sig_opts *sig_opts); 49 struct dm_verity *v, struct dm_verity_sig_opts *sig_opts, in verity_verify_sig_parse_opt_args() argument 55 static inline void verity_verify_sig_opts_cleanup(struct dm_verity_sig_opts *sig_opts) in verity_verify_sig_opts_cleanup() argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | x509.h | 325 void **sig_opts ); 334 const void *sig_opts );
|
| H A D | x509_crl.h | 93 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| H A D | x509_csr.h | 67 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for R… member
|
| H A D | x509_crt.h | 97 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | x509.h | 325 void **sig_opts ); 334 const void *sig_opts );
|
| H A D | x509_crl.h | 93 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| H A D | x509_csr.h | 67 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for R… member
|
| H A D | x509_crt.h | 97 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | x509.h | 325 void **sig_opts ); 334 const void *sig_opts );
|
| H A D | x509_crl.h | 93 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| H A D | x509_csr.h | 67 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for R… member
|
| H A D | x509_crt.h | 97 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | x509.h | 325 void **sig_opts ); 334 const void *sig_opts );
|
| H A D | x509_crl.h | 93 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|
| H A D | x509_csr.h | 67 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for R… member
|
| H A D | x509_crt.h | 97 …void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. f… member
|