Home
last modified time | relevance | path

Searched defs:prv (Results 1 – 11 of 11) sorted by relevance

/third_party/mbedtls/library/
Dpk_ecc.c85 const unsigned char *prv, size_t prv_len, in mbedtls_pk_ecc_set_pubkey_from_prv()
Dpk_wrap.c444 static int rsa_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in rsa_check_pair_wrap()
932 static int eckey_check_pair_psa(mbedtls_pk_context *pub, mbedtls_pk_context *prv) in eckey_check_pair_psa()
954 static int eckey_check_pair_psa(mbedtls_pk_context *pub, mbedtls_pk_context *prv) in eckey_check_pair_psa()
1019 static int eckey_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in eckey_check_pair_wrap()
1028 static int eckey_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in eckey_check_pair_wrap()
1045 mbedtls_pk_context *prv, in ecdsa_opaque_check_pair_wrap()
1335 static int rsa_alt_check_pair(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in rsa_alt_check_pair()
Dssl_cache.c392 mbedtls_ssl_cache_entry *cur, *prv; in mbedtls_ssl_cache_free() local
Dmemory_buffer_alloc.c167 memory_header *prv = heap.first, *cur; in verify_chain() local
Ddes.c853 unsigned char prv[8]; in mbedtls_des_self_test() local
Dpk.c1443 const mbedtls_pk_context *prv, in mbedtls_pk_check_pair()
Daes.c1829 unsigned char prv[16]; in mbedtls_aes_self_test() local
Drsa.c1216 const mbedtls_rsa_context *prv) in mbedtls_rsa_check_pub_priv()
Decp.c3387 const mbedtls_ecp_keypair *pub, const mbedtls_ecp_keypair *prv, in mbedtls_ecp_check_pub_priv()
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c79 AVFrame *prv, *src, *nxt; ///< main sliding window of 3 frames member
623 const AVFrame *prv, AVFrame *src, const AVFrame *nxt, int input) in create_weave_frame()
689 #define SLIDING_FRAME_WINDOW(prv, src, nxt) do { \ in filter_frame() argument
Dvf_decimate.c155 AVFrame *prv; in filter_frame() local